aboutsummaryrefslogtreecommitdiff
path: root/data/icons/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-02-04 14:27:20 +0100
committerTed Gould <ted@canonical.com>2009-02-04 14:27:20 +0100
commit7ef6658a210f363bfe20563aad59b145d77ef43a (patch)
tree3a171ad6acdcf2a7b4dde84237e524d7451fc5ba /data/icons/Makefile.am
parent9ff950e4fe1fcf87facdaf639a1c517d126418df (diff)
downloadlibayatana-indicator-7ef6658a210f363bfe20563aad59b145d77ef43a.tar.gz
libayatana-indicator-7ef6658a210f363bfe20563aad59b145d77ef43a.tar.bz2
libayatana-indicator-7ef6658a210f363bfe20563aad59b145d77ef43a.zip
Removing the icons from the larger applet
Diffstat (limited to 'data/icons/Makefile.am')
-rw-r--r--data/icons/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
deleted file mode 100644
index 17dca13..0000000
--- a/data/icons/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-SUBDIRS = scalable 16x16 22x22 24x24 32x32 48x48
-
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor
-
-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 (un)install, run this:"; \
- echo "*** $(gtk_update_icon_cache)"; \
- fi
-