X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=blobdiff_plain;f=icons%2FMakefile.am;h=2052549e9bb12a5007d3d7edd878668b686986af;hp=652d7be8c277cf93e518b3a3a5fc31d0868fc9ea;hb=94a6ebd93eb076a65054e97aeebe58c12ad3524a;hpb=7474e45493eae19c4d22f7de553bc954719287f1 diff --git a/icons/Makefile.am b/icons/Makefile.am index 652d7be..2052549 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -17,12 +17,23 @@ SUBDIRS = \ gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor install-data-hook: - @-if test -z "$(DESTDIR)"; then \ + @-if test -z "$(DESTDIR)"; then \ echo "Updating Gtk icon cache."; \ $(gtk_update_icon_cache); \ else \ echo "*** Icon cache not updated. Remember to run:"; \ - echo "***"; \ + echo "***"; \ echo "*** $(gtk_update_icon_cache)"; \ - echo "***"; \ + echo "***"; \ + fi + +uninstall-hook: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. Remember to run:"; \ + echo "***"; \ + echo "*** $(gtk_update_icon_cache)"; \ + echo "***"; \ fi