summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:47:39 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit2a9c53c3a85e3e861f3369b9b20b8145117c375b (patch)
tree2988d5288a7cea10b5943bc912c795e1cafe732d /graphics
parent3c5ae028203c36b2f721057eada0979aa4899005 (diff)
downloadslackbuilds-2a9c53c3a85e3e861f3369b9b20b8145117c375b.tar.gz
slackbuilds-2a9c53c3a85e3e861f3369b9b20b8145117c375b.tar.xz
graphics/draftsight: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/draftsight/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/draftsight/doinst.sh b/graphics/draftsight/doinst.sh
index 9830478e8c..0fb9c8b686 100644
--- a/graphics/draftsight/doinst.sh
+++ b/graphics/draftsight/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