From 6f006453f66e1784015a932fe569fa8a759f4983 Mon Sep 17 00:00:00 2001 From: Christian Kirbach Date: Wed, 2 May 2007 22:15:32 +0000 Subject: [PATCH] Also call update-icon-cache in uninstall-local (Gnome Goal #4). 2007-03-07 Christian Kirbach * evince/data/Makefile.am: Also call update-icon-cache in uninstall-local (Gnome Goal #4). svn path=/branches/gnome-2-18/; revision=2432 --- ChangeLog | 6 ++++++ data/Makefile.am | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8b1e10d..24c6c29c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-07 Christian Kirbach + + * evince/data/Makefile.am: + + Also call update-icon-cache in uninstall-local (Gnome Goal #4). + 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 669742c8..93d83d16 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = icons NULL= install-data-local: install-schemas update-icon-cache -uninstall-local: uninstall-schemas +uninstall-local: uninstall-schemas update-icon-cache # # man file @@ -90,7 +90,7 @@ update-icon-cache: 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.47.1