Accepting request 260565 from home:Ledest:misc
fix bashisms in post/postun scripts OBS-URL: https://build.opensuse.org/request/show/260565 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/tellico?expand=0&rev=4
This commit is contained in:
parent
ec82e2f50e
commit
eecc1e6b9b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 00:34:00 UTC 2014 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
- fix bashisms in post/postun scripts
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 23 18:53:30 UTC 2014 - asterios.dramis@gmail.com
|
Mon Jun 23 18:53:30 UTC 2014 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
@ -81,10 +81,10 @@ rm -r %{buildroot}/nogo/
|
|||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
|
/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
|
/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user