[Xfce4-commits] [apps/xfburn] 01/03: Update icon cache on uninstall (makes distcheck happy)
noreply at xfce.org
noreply at xfce.org
Sun May 17 07:36:18 CEST 2015
This is an automated email from the git hooks/post-receive script.
squisher pushed a commit to annotated tag xfburn-0.5.4
in repository apps/xfburn.
commit ac3cef7d1f80400212180ab430879e6792888912
Author: David Mohr <david at mcbf.net>
Date: Sat May 16 20:46:41 2015 -0600
Update icon cache on uninstall (makes distcheck happy)
---
icons/Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/icons/Makefile.am b/icons/Makefile.am
index 34b0cdd..7154167 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -8,7 +8,7 @@ SUBDIRS = \
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
-install-data-hook:
+update-icon-cache:
@-if test -z "$(DESTDIR)"; then \
echo "Updating Gtk icon cache."; \
$(gtk_update_icon_cache); \
@@ -19,3 +19,5 @@ install-data-hook:
echo "***"; \
fi
+install-data-hook: update-icon-cache
+uninstall-hook: update-icon-cache
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list