summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:47:45 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit930aeb8de156dd64a11f935c0ac2b1f68a0be21a (patch)
treee9d70b5c30557588c407a621c558f1117efda6ce /graphics
parentb8bcfed7478907995ca3cc78377569b0d707ab22 (diff)
downloadslackbuilds-930aeb8de156dd64a11f935c0ac2b1f68a0be21a.tar.gz
slackbuilds-930aeb8de156dd64a11f935c0ac2b1f68a0be21a.tar.xz
graphics/hugin: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/hugin/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/hugin/doinst.sh b/graphics/hugin/doinst.sh
index 38e5e51fc5..4d8a738ee2 100644
--- a/graphics/hugin/doinst.sh
+++ b/graphics/hugin/doinst.sh
@@ -8,7 +8,7 @@ fi
if [ -e usr/share/icons/gnome/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/gnome >/dev/null 2>&1
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/gnome >/dev/null 2>&1
fi
fi