SHA256
1
0
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:
Hrvoje Senjan 2014-11-12 15:42:56 +00:00 committed by Git OBS Bridge
parent 3d5473cceb
commit 70394d7905
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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