Revision
72022
Author
devans@macports.org
Date
2010-09-30 07:20:24 -0700 (Thu, 30 Sep 2010)

Log Message

gucharmap: don't update icon cache during post activate, no icons installed by this port.

Modified Paths

Diff

Modified: trunk/dports/gnome/gucharmap/Portfile (72021 => 72022)


--- trunk/dports/gnome/gucharmap/Portfile	2010-09-30 14:14:39 UTC (rev 72021)
+++ trunk/dports/gnome/gucharmap/Portfile	2010-09-30 14:20:24 UTC (rev 72022)
@@ -47,7 +47,6 @@
 
 post-activate	{
     system "${prefix}/bin/scrollkeeper-update"
-    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }