Browse Source

office/CherryTree: Update doinst.sh.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/27/head
Willy Sudiarto Raharjo 9 years ago
committed by David Spencer
parent
commit
f13e89cf2b
  1. 2
      office/CherryTree/doinst.sh

2
office/CherryTree/doinst.sh

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