Don't error on icon cache update failure
This commit is contained in:
parent
809cfef957
commit
7f2846a5bd
|
@ -4,7 +4,7 @@ icondir = $(datadir)/icons/hicolor/48x48/apps
|
||||||
hicolor_DATA = hexchat.svg
|
hicolor_DATA = hexchat.svg
|
||||||
hicolordir = $(datadir)/icons/hicolor/scalable/apps
|
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:
|
install-data-hook:
|
||||||
$(UPDATE_ICON_CACHE);
|
$(UPDATE_ICON_CACHE);
|
||||||
|
|
Loading…
Reference in New Issue