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)
 

_______________________________________________
maemo-commits mailing list
maemo-commits@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-commits

Reply via email to