tasque r69 - in trunk: . data/images



Author: sharm
Date: Sat Jun  7 13:39:07 2008
New Revision: 69
URL: http://svn.gnome.org/viewvc/tasque?rev=69&view=rev

Log:
* data/images/Makefile.am: Update GTK+ icon cache on uninstall.  Fixes
  bug #536740, patch courtesy of Andrew Starr-Bochicchio.

Modified:
   trunk/ChangeLog
   trunk/data/images/Makefile.am

Modified: trunk/data/images/Makefile.am
==============================================================================
--- trunk/data/images/Makefile.am	(original)
+++ trunk/data/images/Makefile.am	Sat Jun  7 13:39:07 2008
@@ -44,7 +44,9 @@
 
 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
-install-data-hook:
+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); \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]