summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:50:38 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit5a1d36cddd1668af918709ba100074dbdf3c59be (patch)
tree6e64756e40ff28339effa32674fae05c37140616 /system
parent4d440874a4369672a06b462442afb4bcddab748a (diff)
downloadslackbuilds-5a1d36cddd1668af918709ba100074dbdf3c59be.tar.gz
slackbuilds-5a1d36cddd1668af918709ba100074dbdf3c59be.tar.xz
system/veracrypt: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/veracrypt/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/veracrypt/doinst.sh b/system/veracrypt/doinst.sh
index 5934a15ab1..726ffe403b 100644
--- a/system/veracrypt/doinst.sh
+++ b/system/veracrypt/doinst.sh
@@ -4,6 +4,6 @@ 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