From 703fd1f1b27e0733869e5cf3709278c97b6d8f66 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 10 May 2013 14:25:39 -0700 Subject: [PATCH] no reason to update icon cache in %postun of main package *and* libs --- gnome-bluetooth.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 18c5b5f..198f406 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -98,10 +98,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %postun update-desktop-database &>/dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi %post libs /sbin/ldconfig @@ -147,6 +143,9 @@ fi %{_datadir}/gtk-doc %changelog +* Fri May 10 2013 Adam Williamson +- no reason to update icon cache in %postun of main package *and* libs + * Tue Mar 26 2013 Kalev Lember - 1:3.8.0-1 - Update to 3.8.0