Accepting request 261194 from KDE:Extra
1 OBS-URL: https://build.opensuse.org/request/show/261194 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=62
This commit is contained in:
commit
2637929209
@ -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
|
||||
|
||||
|
@ -81,10 +81,10 @@ rm -r %{buildroot}/nogo/
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post
|
||||
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
|
||||
|
||||
%postun
|
||||
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
x
Reference in New Issue
Block a user