forked from pool/kcoreaddons
Accepting request 260483 from home:Ledest:misc
fix bashisms in post/postun scripts OBS-URL: https://build.opensuse.org/request/show/260483 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcoreaddons?expand=0&rev=44
This commit is contained in:
parent
3d5473cceb
commit
70394d7905
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 09 05:05:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
- fix bashisms in post/postun scripts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 2 17:47:13 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -90,12 +90,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 || :
|
||||
%{_bindir}/update-mime-database %{_kf5_sharedir}/mime > /dev/null 2>&1 || :
|
||||
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%postun
|
||||
%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
|
||||
%{_bindir}/update-mime-database %{_kf5_sharedir}/mime > /dev/null 2>&1 || :
|
||||
|
||||
%files lang -f %{name}5.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user