[Xfce4-commits] [panel-plugins/xfce4-notes-plugin] 02/02: build: Uinstall hook for icon cache file
noreply at xfce.org
noreply at xfce.org
Fri Mar 27 23:52:07 CET 2015
This is an automated email from the git hooks/post-receive script.
mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-notes-plugin.
commit b4d4fb695c868fb9a5d93ae6127f0a0fe24427d1
Author: Mike Massonnet <mmassonnet at gmail.com>
Date: Fri Mar 27 23:51:57 2015 +0100
build: Uinstall hook for icon cache file
---
data/icons/Makefile.am | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index ef8593f..5687386 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -18,3 +18,9 @@ install-data-hook:
echo "***"; \
fi
+uninstall-hook:
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ fi
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list