]> www.fi.muni.cz Git - evince.git/commitdiff
Also call update-icon-cache in uninstall-local (Gnome Goal #4).
authorChristian Kirbach <Christian.Kirbach@googlemail.com>
Wed, 2 May 2007 22:15:32 +0000 (22:15 +0000)
committerChristian Kirbach <ckirbach@src.gnome.org>
Wed, 2 May 2007 22:15:32 +0000 (22:15 +0000)
2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>

* evince/data/Makefile.am:

Also call update-icon-cache in uninstall-local (Gnome Goal #4).

svn path=/branches/gnome-2-18/; revision=2432

ChangeLog
data/Makefile.am

index d8b1e10d8e353e8a880a2f528669ce041cb0a3e9..24c6c29c63a4f1ced52249eacd06e66c7e4e470b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
+
+       * evince/data/Makefile.am:
+
+       Also call update-icon-cache in uninstall-local (Gnome Goal #4).
+
 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (ev_window_setup_document),
index 669742c878f0117737ac61f3e8078e7ebd767b70..93d83d16f903b0fa0ed634796c2b7d6119362e36 100644 (file)
@@ -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