diff --git a/ktp-send-file.spec b/ktp-send-file.spec index d298112..bab9415 100644 --- a/ktp-send-file.spec +++ b/ktp-send-file.spec @@ -1,5 +1,5 @@ Name: ktp-send-file -Version: 20.08.1 +Version: 20.08.2 Release: 1mamba Summary: KDE Telepathy file manager plugin to send files to contacts Group: Graphical Desktop/Applications/Networking @@ -57,13 +57,13 @@ KDE Telepathy file manager plugin to send files to contacts. %posttrans update-desktop-database -q >/dev/null 2>&1 -update-mime-database %{_kde4_mimedir} >/dev/null 2>&1 +update-mime-database -n %{_kde4_mimedir} >/dev/null 2>&1 exit 0 %postun if [ $1 -eq 0 ]; then update-desktop-database -q >/dev/null 2>&1 - update-mime-database %{_kde4_mimedir} >/dev/null 2>&1 + update-mime-database -n %{_kde4_mimedir} >/dev/null 2>&1 fi exit 0 @@ -74,6 +74,9 @@ exit 0 %doc COPYING %changelog +* Sat Oct 10 2020 Automatic Build System 20.08.2-1mamba +- automatic version update by autodist + * Fri Sep 04 2020 Automatic Build System 20.08.1-1mamba - automatic version update by autodist