desktop/wally: Update doinst.sh.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-01-09 19:45:37 +07:00 committed by David Spencer
parent 41ec177cfc
commit 615ceeff5d

View file

@ -1,5 +1,5 @@
if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1
/usr/bin/gtk-update-icon-cache -f usr/share/icons/oxygen >/dev/null 2>&1
fi
fi