summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:47:44 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit3beb080d1be95a0256318e39dec5670d3d68d2fd (patch)
tree98ef9dce9b2bf64e13631fd041cd03ed76dbc9e8 /graphics
parent4c7082ef32ea472013c77131e334ed64af762982 (diff)
downloadslackbuilds-3beb080d1be95a0256318e39dec5670d3d68d2fd.tar.gz
slackbuilds-3beb080d1be95a0256318e39dec5670d3d68d2fd.tar.xz
graphics/gthumb: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gthumb/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gthumb/doinst.sh b/graphics/gthumb/doinst.sh
index 6fb1283156..e924bab47c 100644
--- a/graphics/gthumb/doinst.sh
+++ b/graphics/gthumb/doinst.sh
@@ -4,7 +4,7 @@ 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