diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 18:46:13 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 0bc63bc6588b8e265b28d29a5614a92b2c1f3e50 (patch) | |
tree | fa1c32d61c9ae1868efdff2547b00c1093766c84 /gis/google-earth | |
parent | ad88ce2062e95849e6e34938f8a8af891a6d87c1 (diff) | |
download | slackbuilds-0bc63bc6588b8e265b28d29a5614a92b2c1f3e50.tar.gz |
gis/google-earth: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/google-earth')
-rw-r--r-- | gis/google-earth/doinst.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gis/google-earth/doinst.sh b/gis/google-earth/doinst.sh index 58989910ea..cd40c461ab 100644 --- a/gis/google-earth/doinst.sh +++ b/gis/google-earth/doinst.sh @@ -5,10 +5,9 @@ fi if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1 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 - |