9 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
12 @-if test -z "$(DESTDIR)"; then \
13 echo "Updating Gtk icon cache."; \
14 $(gtk_update_icon_cache); \
16 echo "*** Icon cache not updated. Remember to run:"; \
18 echo "*** $(gtk_update_icon_cache)"; \
22 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake: