mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-13 21:05:02 -05:00
14 lines
308 B
Makefile
14 lines
308 B
Makefile
|
icon_DATA = ../../src/pixmaps/hexchat.png
|
||
|
icondir = $(datadir)/pixmaps
|
||
|
|
||
|
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);
|