mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 19:50:18 +00:00
Don't error on icon cache update failure
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user