aboutsummaryrefslogtreecommitdiffstats
path: root/pixmaps/Makefile.am
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-05-01 23:42:09 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-01 23:42:09 +0800
commit90c1acfbd86f4033550637364fabfacb09b8bb1c (patch)
tree7db704afa981050b0d0c2bc7383a6342ecddce57 /pixmaps/Makefile.am
parentaba79dea9e19cddd374fd011df3a83ebdbf69029 (diff)
downloadgsoc2013-empathy-90c1acfbd86f4033550637364fabfacb09b8bb1c.tar
gsoc2013-empathy-90c1acfbd86f4033550637364fabfacb09b8bb1c.tar.gz
gsoc2013-empathy-90c1acfbd86f4033550637364fabfacb09b8bb1c.tar.bz2
gsoc2013-empathy-90c1acfbd86f4033550637364fabfacb09b8bb1c.tar.lz
gsoc2013-empathy-90c1acfbd86f4033550637364fabfacb09b8bb1c.tar.xz
gsoc2013-empathy-90c1acfbd86f4033550637364fabfacb09b8bb1c.tar.zst
gsoc2013-empathy-90c1acfbd86f4033550637364fabfacb09b8bb1c.zip
[darcs-to-svn @ Sync last things from gossip. Up to date with gossip SVN revision 2317]
svn path=/trunk/; revision=17
Diffstat (limited to 'pixmaps/Makefile.am')
-rw-r--r--pixmaps/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am
index 11df65cf9..6143ddc2e 100644
--- a/pixmaps/Makefile.am
+++ b/pixmaps/Makefile.am
@@ -15,12 +15,14 @@ image_DATA = \
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); \
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