automatic version update by autodist [release 20.08.3-1mamba;Thu Nov 05 2020]
This commit is contained in:
parent
1db671681c
commit
96c60adad9
@ -1,5 +1,5 @@
|
||||
Name: kapptemplate
|
||||
Version: 20.08.2
|
||||
Version: 20.08.3
|
||||
Release: 1mamba
|
||||
Summary: KDE5 shell script to easy the beginning of new apps
|
||||
Group: Graphical Desktop/Applications/Development
|
||||
@ -50,14 +50,14 @@ exit 0
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database %{_datadir}/mime >/dev/null 2>&1
|
||||
update-mime-database -n %{_datadir}/mime >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database %{_datadir}/mime >/dev/null 2>&1
|
||||
update-mime-database -n %{_datadir}/mime >/dev/null 2>&1
|
||||
touch --no-create %{_datadir}/icons/hicolor >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
@ -77,6 +77,9 @@ exit 0
|
||||
%doc COPYING COPYING.DOC
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user