desktop/neutral: 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:06 +07:00 committed by David Spencer
parent 870e5607de
commit 718b104874
1 changed files with 1 additions and 1 deletions

View File

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