diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:33 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 1a31b76a01acfee56394f5317a29966040282c08 (patch) | |
tree | 85a6bc8163e3b182a7508d3ee574b1a310fcbc13 /network/social-engineer-toolkit | |
parent | 726a855e922c38d7d7277b1d2dda63151a7ae880 (diff) |
network/social-engineer-toolkit: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/social-engineer-toolkit')
-rw-r--r-- | network/social-engineer-toolkit/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/social-engineer-toolkit/doinst.sh b/network/social-engineer-toolkit/doinst.sh index ed2846092a1f..f25bed6fb669 100644 --- a/network/social-engineer-toolkit/doinst.sh +++ b/network/social-engineer-toolkit/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 |