From 65d3207aae438ebd2b2e8026802c39cab58f2ab1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jul 08 2014 18:10:40 +0000 Subject: scriptlet polish --- diff --git a/akonadi.spec b/akonadi.spec index 521887a..9a1befe 100644 --- a/akonadi.spec +++ b/akonadi.spec @@ -19,7 +19,7 @@ Summary: PIM Storage Service Name: akonadi Version: 1.12.1 -Release: 9%{?dist} +Release: 10%{?dist} License: LGPLv2+ URL: http://community.kde.org/KDE_PIM/Akonadi @@ -164,7 +164,7 @@ xvfb-run -a dbus-launch --exit-with-session make test -C %{_target_platform} || %post /sbin/ldconfig -touch --no-create %{_datadir}/mime/packages ||: +touch --no-create %{_datadir}/mime/packages &> /dev/null || : %posttrans update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : @@ -172,7 +172,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %postun /sbin/ldconfig ||: if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/mime/packages ||: + touch --no-create %{_datadir}/mime/packages &> /dev/null || : update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null ||: fi @@ -223,6 +223,9 @@ fi %changelog +* Tue Jul 08 2014 Rex Dieter 1.12.1-10 +- scriptlet polish + * Thu Jul 03 2014 Rex Dieter 1.12.1-9 - optimized mimeinfo scriptlet