summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:47:46 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commitf9d146da5796108b51bc9787ddf03119b1d68a60 (patch)
tree45c27abac954e06300f9653b1ef8eeae14640d85 /graphics
parent930aeb8de156dd64a11f935c0ac2b1f68a0be21a (diff)
downloadslackbuilds-f9d146da5796108b51bc9787ddf03119b1d68a60.tar.gz
slackbuilds-f9d146da5796108b51bc9787ddf03119b1d68a60.tar.xz
graphics/inkscape: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/inkscape/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/inkscape/doinst.sh b/graphics/inkscape/doinst.sh
index a8c38c8a58..f452554ffa 100644
--- a/graphics/inkscape/doinst.sh
+++ b/graphics/inkscape/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