2013-09-27 21:56:13 -04:00
|
|
|
icon_DATA = hexchat.png
|
2012-12-16 18:05:37 -08:00
|
|
|
icondir = $(datadir)/icons/hicolor/48x48/apps
|
2012-12-16 17:29:08 -08:00
|
|
|
|
|
|
|
hicolor_DATA = hexchat.svg
|
|
|
|
hicolordir = $(datadir)/icons/hicolor/scalable/apps
|
|
|
|
|
2013-01-01 18:58:19 -05:00
|
|
|
UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor || :
|
2012-12-16 17:29:08 -08:00
|
|
|
|
|
|
|
install-data-hook:
|
|
|
|
$(UPDATE_ICON_CACHE);
|
|
|
|
|
|
|
|
uninstall-hook:
|
|
|
|
$(UPDATE_ICON_CACHE);
|