From: Christian Kirbach Date: Wed, 2 May 2007 22:15:32 +0000 (+0000) Subject: Also call update-icon-cache in uninstall-local (Gnome Goal #4). X-Git-Tag: EVINCE_0_8_2~22 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=6f006453f66e1784015a932fe569fa8a759f4983;p=evince.git 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 --- 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