From eecc1e6b9b2559aa4f6cec280795c92ff04b0391bc3d5ff47f230f411e5451a0 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Wed, 12 Nov 2014 08:46:11 +0000 Subject: [PATCH] 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 --- tellico.changes | 5 +++++ tellico.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tellico.changes b/tellico.changes index 4ddf426..adcad11 100644 --- a/tellico.changes +++ b/tellico.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 10 00:34:00 UTC 2014 - Led + +- fix bashisms in post/postun scripts + ------------------------------------------------------------------- Mon Jun 23 18:53:30 UTC 2014 - asterios.dramis@gmail.com diff --git a/tellico.spec b/tellico.spec index cd1a049..8a58695 100644 --- a/tellico.spec +++ b/tellico.spec @@ -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,-)