summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:45:21 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitaaa978073a3e74b400f6783d645782eae8ebec43 (patch)
treeb4cdaced001b6b1c4cc881ffdfeec3036f44c310
parentddf392ed17ddef43ed8b1f8a3f0ae345c88d0800 (diff)
downloadslackbuilds-aaa978073a3e74b400f6783d645782eae8ebec43.tar.gz
desktop/pytyle: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--desktop/pytyle/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/pytyle/doinst.sh b/desktop/pytyle/doinst.sh
index 9424ce43ff..aea0f894eb 100644
--- a/desktop/pytyle/doinst.sh
+++ b/desktop/pytyle/doinst.sh
@@ -8,6 +8,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