automatic version update by autodist [release 20.08.3-1mamba;Thu Nov 05 2020]
This commit is contained in:
parent
297db992bf
commit
7df966e4f7
9
ark.spec
9
ark.spec
@ -1,5 +1,5 @@
|
|||||||
Name: ark
|
Name: ark
|
||||||
Version: 20.08.2
|
Version: 20.08.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Manager for compressed files and archives
|
Summary: Manager for compressed files and archives
|
||||||
Group: Graphical Desktop/Applications/Archiving
|
Group: Graphical Desktop/Applications/Archiving
|
||||||
@ -70,14 +70,14 @@ exit 0
|
|||||||
%posttrans
|
%posttrans
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
@ -109,6 +109,9 @@ exit 0
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 05 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user