[mate-panel] fix icon scriptlet

Rex Dieter rdieter at fedoraproject.org
Tue Nov 27 21:02:46 UTC 2012


commit 9e6342965cd69d98ba66a7cc6cdc451f6ac844e2
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Nov 27 14:56:41 2012 -0600

    fix icon scriptlet

 mate-panel.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mate-panel.spec b/mate-panel.spec
index 19962c9..d1ce714 100644
--- a/mate-panel.spec
+++ b/mate-panel.spec
@@ -102,7 +102,7 @@ fi
 update-desktop-database &> /dev/null || :
 
 %posttrans
-/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &> /dev/null || :
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %files -f %{name}.lang
@@ -143,6 +143,7 @@ update-desktop-database &> /dev/null || :
 * Tue Nov 27 2012 Rex Dieter <rdieter at fedoraproject.org> 1.5.2-4
 - fix -libs subpkg, %%doc COPYING.LIB
 - spec cleanup (whitespace mostly)
+- fix icon scriptlet
 
 * Mon Nov 26 2012 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.2-2
 - Move libmate-panel-applet-4.so to separate libs package as mate-power-manager depends on it


More information about the scm-commits mailing list