summaryrefslogtreecommitdiffstats
path: root/business
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:44:28 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commitc7ca79de1582854f8925fae62a64450256d5f8a2 (patch)
tree1e64c8558bf7d73fc3848a5047c11cde87164bca /business
parent94f5853b4f3e06b84b1bdffb99b29febbc5f2a2e (diff)
downloadslackbuilds-c7ca79de1582854f8925fae62a64450256d5f8a2.tar.gz
slackbuilds-c7ca79de1582854f8925fae62a64450256d5f8a2.tar.xz
business/AssociationSubscribersManager: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'business')
-rw-r--r--business/AssociationSubscribersManager/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/business/AssociationSubscribersManager/doinst.sh b/business/AssociationSubscribersManager/doinst.sh
index 85d3b2d1f1..c9b677e8a3 100644
--- a/business/AssociationSubscribersManager/doinst.sh
+++ b/business/AssociationSubscribersManager/doinst.sh
@@ -5,7 +5,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