development/vstudio: Update doinst.sh.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-01-09 19:46:27 +07:00 committed by David Spencer
parent 93a80e750c
commit 000ceeba42

View file

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