diff options
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 - |