automatic version update by autodist [release 20.08.3-1mamba;Fri Nov 06 2020]

This commit is contained in:
Automatic Build System 2024-01-05 18:14:07 +01:00
parent e0c8d7eef0
commit 8dc82ac86e

View File

@ -1,5 +1,5 @@
Name: sweeper
Version: 20.08.2
Version: 20.08.3
Release: 1mamba
Summary: A system cleaner tool
Group: Graphical Desktop/Applications/Utilities
@ -48,13 +48,13 @@ Sweeper is a system cleaner tool.
%posttrans
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
%postun
if [ $1 -eq 0 ]; then
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
exit 0
@ -83,6 +83,9 @@ exit 0
# %doc TODO
%changelog
* Fri Nov 06 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