[maemo-commits] [maemo-commits] r19539 - projects/haf/tags/gtk+/2.14.7-1maemo12-2/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Dec 1 16:14:45 EET 2009
Author: kalikiana
Date: 2009-12-01 16:14:43 +0200 (Tue, 01 Dec 2009)
New Revision: 19539

Modified:
   projects/haf/tags/gtk+/2.14.7-1maemo12-2/debian/libgtk2.0-bin.postrm
Log:
Add the -f to removing the icon cache at package configuration time



Modified: projects/haf/tags/gtk+/2.14.7-1maemo12-2/debian/libgtk2.0-bin.postrm
===================================================================
--- projects/haf/tags/gtk+/2.14.7-1maemo12-2/debian/libgtk2.0-bin.postrm	2009-12-01 14:10:10 UTC (rev 19538)
+++ projects/haf/tags/gtk+/2.14.7-1maemo12-2/debian/libgtk2.0-bin.postrm	2009-12-01 14:14:43 UTC (rev 19539)
@@ -24,7 +24,7 @@
 	;;
        upgrade)
 	# remove icon cache, if one exists
-	rm /usr/share/icons/hicolor/icon-theme.cache
+	rm -f /usr/share/icons/hicolor/icon-theme.cache
 	;;
        remove|failed-upgrade|abort-install|abort-upgrade|disappear)
 

More information about the maemo-commits mailing list