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 <mmasson...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to