summaryrefslogtreecommitdiffstats
path: root/network/xdman
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:49:43 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit6541c949e68544926d767c5ff10f97c0cbd55a12 (patch)
treece162afa7e3708a2a3f21a65647ef676c1b8a2b0 /network/xdman
parentecbe1122bd96695f1b3b5d0023e2dc9173ab4f73 (diff)
downloadslackbuilds-6541c949e68544926d767c5ff10f97c0cbd55a12.tar.gz
slackbuilds-6541c949e68544926d767c5ff10f97c0cbd55a12.tar.xz
network/xdman: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/xdman')
-rw-r--r--network/xdman/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/xdman/doinst.sh b/network/xdman/doinst.sh
index 9424ce43ff..aea0f894eb 100644
--- a/network/xdman/doinst.sh
+++ b/network/xdman/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