summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:43:36 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commite00c76dabfc8ac558e8fefcbfa44db50d186f12c (patch)
tree96cb09e418ab6924eedd135f48c672629c60e459 /accessibility
parent42f3c9033b23fafa5a23aa46ac37e2e5c6e9c37d (diff)
downloadslackbuilds-e00c76dabfc8ac558e8fefcbfa44db50d186f12c.tar.gz
slackbuilds-e00c76dabfc8ac558e8fefcbfa44db50d186f12c.tar.xz
accessibility/easystroke: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/easystroke/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/easystroke/doinst.sh b/accessibility/easystroke/doinst.sh
index 1f8ff67ded..4a25de5e6f 100644
--- a/accessibility/easystroke/doinst.sh
+++ b/accessibility/easystroke/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