diff -urbB balsa-2.3.5.org/images/Makefile.am balsa-2.3.5/images/Makefile.am --- balsa-2.3.5.org/images/Makefile.am 2005-03-24 13:10:21.000000000 +0100 +++ balsa-2.3.5/images/Makefile.am 2005-10-08 20:29:59.613770000 +0200 @@ -16,10 +16,3 @@ balsabitmaps_DATA = $(balsa_IMGS) -# the call to $(GTK_UPDATE_ICON_CACHE) updates the icon cache for the icons -# installed in $(SUBDIRS) (Gtk+-2.6) -install-data-hook: - if test -x "$(GTK_UPDATE_ICON_CACHE)" ; then \ - $(GTK_UPDATE_ICON_CACHE) $(DESTDIR)$(BALSA_DATA_PREFIX)/hicolor ; \ - $(GTK_UPDATE_ICON_CACHE) $(DESTDIR)$(HICOLOR_ICON_DIR) ; \ - fi