aboutsummaryrefslogtreecommitdiff
path: root/data/icons/Makefile.am
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-06-19 15:17:00 -0400
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-06-19 15:17:00 -0400
commitbb23395d4a7b5889c91b3708e46c75623fe7f2a9 (patch)
tree0822ec53302c1201f9d647c7102b89b107d9bbde /data/icons/Makefile.am
parent356fd4ed9c9d394a8e4128accc93628df1b931d8 (diff)
downloadayatana-indicator-sound-bb23395d4a7b5889c91b3708e46c75623fe7f2a9.tar.gz
ayatana-indicator-sound-bb23395d4a7b5889c91b3708e46c75623fe7f2a9.tar.bz2
ayatana-indicator-sound-bb23395d4a7b5889c91b3708e46c75623fe7f2a9.zip
Remove icon
The single icon that was in this package was not used anywhere.
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 b671b5c..0000000
--- a/data/icons/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-SUBDIRS = scalable 16x16
-
-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
-