summary refs log tree commit diff stats
path: root/share/icons/Makefile.am
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-09-29 02:24:30 -0400
committerTingPing <tingping@tingping.se>2013-09-29 02:24:30 -0400
commit00bd389cdcd3e481c92de435e626a2618d4a128c (patch)
treeed9852f20ab8dff18672b29eaccce05878251d38 /share/icons/Makefile.am
parent4ba886f7aaf884c518637173be0b1d8e9b190e86 (diff)
parent1f84c507a058f5baa01a632ce2478fa31854907d (diff)
Merge branch 'gresource'
Diffstat (limited to 'share/icons/Makefile.am')
-rw-r--r--share/icons/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/share/icons/Makefile.am b/share/icons/Makefile.am
deleted file mode 100644
index 1096c04c..00000000
--- a/share/icons/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-icon_DATA = ../../src/pixmaps/hexchat.png
-icondir = $(datadir)/icons/hicolor/48x48/apps
-
-hicolor_DATA = hexchat.svg
-hicolordir = $(datadir)/icons/hicolor/scalable/apps
-
-UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor || :
-
-install-data-hook:
-	$(UPDATE_ICON_CACHE);
-
-uninstall-hook:
-	$(UPDATE_ICON_CACHE);