summary refs log tree commit diff stats
path: root/share/doc/fishlim.md
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/fishlim.md')
0 files changed, 0 insertions, 0 deletions
mmitter TingPing <tingping@tingping.se> 2013-01-01 18:58:19 -0500 Don't error on icon cache update failure' href='/git-repos/torxchat.git/commit/share/icons/Makefile.am?h=feature/fork-branding&id=7f2846a5bddbfaf78e99b303db4c9152460bb4d3'>7f2846a5 ^
925b45e8 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
                                         
                                             



                                                   
                                                                             





                             
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);