office/broffice.org: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7b04c13176
commit
bcdf22735e
|
@ -9,7 +9,7 @@ fi
|
|||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
for theme in gnome locolor hicolor ; do
|
||||
if [ -e usr/share/icons/$theme/icon-theme.cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache usr/share/icons/$theme >/dev/null 2>&1
|
||||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/$theme >/dev/null 2>&1
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue