mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
14 lines
330 B
Makefile
14 lines
330 B
Makefile
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);
|