summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:47:59 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit8d747ef63802d6c078582d9951b760ee5787484b (patch)
tree5f510fd9b0012b7ff2b5f89af2a64e96eb506141 /graphics
parentb8b4410f8c0ae6edc8bf089bbde078569d6772a4 (diff)
downloadslackbuilds-8d747ef63802d6c078582d9951b760ee5787484b.tar.gz
graphics/simple-scan: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/simple-scan/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/simple-scan/doinst.sh b/graphics/simple-scan/doinst.sh
index ed2846092a..f25bed6fb6 100644
--- a/graphics/simple-scan/doinst.sh
+++ b/graphics/simple-scan/doinst.sh
@@ -8,7 +8,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