summaryrefslogtreecommitdiffstats
path: root/network/ipscan
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:49:14 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitf164e54bbb5767bd3c598756738af794b834c0a5 (patch)
tree641090df4370d74b407a898ef276e6e7bb3672eb /network/ipscan
parent4ecd867545ea6527f82bda0786cbe0f898554c23 (diff)
downloadslackbuilds-f164e54bbb5767bd3c598756738af794b834c0a5.tar.gz
network/ipscan: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ipscan')
-rw-r--r--network/ipscan/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/ipscan/doinst.sh b/network/ipscan/doinst.sh
index 9424ce43ff..aea0f894eb 100644
--- a/network/ipscan/doinst.sh
+++ b/network/ipscan/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