Don't error on icon cache update failure

This commit is contained in:
TingPing 2013-01-01 18:58:19 -05:00
parent 809cfef957
commit 7f2846a5bd
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ 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
UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor || :
install-data-hook:
$(UPDATE_ICON_CACHE);