From 7ef6658a210f363bfe20563aad59b145d77ef43a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 4 Feb 2009 14:27:20 +0100 Subject: Removing the icons from the larger applet --- data/icons/Makefile.am | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 data/icons/Makefile.am (limited to 'data/icons/Makefile.am') 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 - -- cgit v1.2.3