]> www.fi.muni.cz Git - evince.git/commitdiff
Updates gtk-update-icon-cache in uninstall-hook.
authorBrian Pepple <bpepple@fedoraproject.org>
Sun, 29 Apr 2007 16:52:09 +0000 (16:52 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sun, 29 Apr 2007 16:52:09 +0000 (16:52 +0000)
2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>

* data/Makefile.am (update-icon-cache): Updates
gtk-update-icon-cache in uninstall-hook.

svn path=/trunk/; revision=2427

ChangeLog
data/Makefile.am

index d176dfbb237c6546bb1e137b7925a2ba995cc87f..ad45a9cba7655a045b613c8776ebbae8fe6a02a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
+
+       * data/Makefile.am (update-icon-cache): Updates
+       gtk-update-icon-cache in uninstall-hook.
+
 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (ev_window_setup_document),
index df65d949e0435d3f144f0c6bfd7a10d69428934e..ad42ab78fbcd1563931904296acd8dc8476e9616 100644 (file)
@@ -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