From 0bc63bc6588b8e265b28d29a5614a92b2c1f3e50 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 9 Jan 2017 18:46:13 +0700 Subject: gis/google-earth: Update doinst.sh. Signed-off-by: Willy Sudiarto Raharjo --- gis/google-earth/doinst.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gis/google-earth') 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 - -- cgit v1.2.3