X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=pixmaps%2FMakefile.am;h=6143ddc2e887224296fa1dab9f1ec7df67b9ca83;hp=11df65cf9237f7b11aba68a2014b970c08183d34;hb=90c1acfbd86f4033550637364fabfacb09b8bb1c;hpb=aba79dea9e19cddd374fd011df3a83ebdbf69029 diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am index 11df65cf..6143ddc2 100644 --- a/pixmaps/Makefile.am +++ b/pixmaps/Makefile.am @@ -15,12 +15,14 @@ image_DATA = \ gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor -install-data-hook: +install-data-hook: update-icon-cache +uninstall-hook: update-icon-cache +update-icon-cache: @-if test -z "$(DESTDIR)"; then \ echo "Updating Gtk icon cache."; \ $(gtk_update_icon_cache); \ else \ - echo "*** Icon cache not updated. After install, run this:"; \ + echo "*** Icon cache not updated. After (un)install, run this:"; \ echo "*** $(gtk_update_icon_cache)"; \ fi