2012-12-17 02:29:08 +01:00
|
|
|
icon_DATA = ../../src/pixmaps/hexchat.png
|
2012-12-17 03:05:37 +01:00
|
|
|
icondir = $(datadir)/icons/hicolor/48x48/apps
|
2012-12-17 02:29:08 +01:00
|
|
|
|
|
|
|
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);
|