From 770aad84cf876bc66273577e5b10dd424fa1558a Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Sun, 29 Apr 2007 16:52:09 +0000 Subject: [PATCH] Updates gtk-update-icon-cache in uninstall-hook. 2007-04-22 Brian Pepple * data/Makefile.am (update-icon-cache): Updates gtk-update-icon-cache in uninstall-hook. svn path=/trunk/; revision=2427 --- ChangeLog | 5 +++++ data/Makefile.am | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d176dfbb..ad45a9cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-22 Brian Pepple + + * data/Makefile.am (update-icon-cache): Updates + gtk-update-icon-cache in uninstall-hook. + 2007-04-22 Carlos Garcia Campos * shell/ev-window.c: (ev_window_setup_document), diff --git a/data/Makefile.am b/data/Makefile.am index df65d949..ad42ab78 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -84,12 +84,15 @@ endif gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor +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 -- 2.43.0