forked from pool/kcoreaddons
This commit is contained in:
committed by
Git OBS Bridge
parent
23019bd8a3
commit
9973471291
@@ -4,6 +4,7 @@ Sun Mar 6 09:55:36 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
- Update to 5.20.0
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.20.0.php
|
||||
- Use %mime_database_post(un) macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 6 18:00:02 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
@@ -94,12 +94,12 @@ replacement, accessing user information and many more. Development files.
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
|
||||
%post
|
||||
%{_bindir}/update-mime-database %{_kf5_sharedir}/mime > /dev/null 2>&1 || :
|
||||
%mime_database_post
|
||||
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%postun
|
||||
%{_bindir}/update-mime-database %{_kf5_sharedir}/mime > /dev/null 2>&1 || :
|
||||
%mime_database_postun
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}5.lang
|
||||
|
Reference in New Issue
Block a user