diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:47:59 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 8d747ef63802d6c078582d9951b760ee5787484b (patch) | |
tree | 5f510fd9b0012b7ff2b5f89af2a64e96eb506141 /graphics | |
parent | b8b4410f8c0ae6edc8bf089bbde078569d6772a4 (diff) |
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.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/simple-scan/doinst.sh b/graphics/simple-scan/doinst.sh index ed2846092a1f..f25bed6fb669 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 |