automatic version update by autodist [release 20.08.2-1mamba;Sat Oct 10 2020]
This commit is contained in:
parent
5f53c024eb
commit
b354a78422
@ -1,5 +1,5 @@
|
||||
Name: ktp-text-ui
|
||||
Version: 20.08.1
|
||||
Version: 20.08.2
|
||||
Release: 1mamba
|
||||
Summary: KDE Telepathy text chat window
|
||||
Group: Graphical Desktop/Applications/Networking
|
||||
@ -76,13 +76,13 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%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
|
||||
|
||||
@ -131,6 +131,9 @@ exit 0
|
||||
#%{_kde4_includedir}/KTp
|
||||
|
||||
%changelog
|
||||
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 04 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user