summaryrefslogtreecommitdiffstats
path: root/development/omniORBpy
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:46:16 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit08ab2df51857d2c7ca516028c0b8eb56448d364e (patch)
tree76f2de88d3c1dc281d1656968a274529934b1492 /development/omniORBpy
parentaaf2c4119071aa9ca54d684b012d974e593ea64d (diff)
downloadold.slackbuilds-08ab2df51857d2c7ca516028c0b8eb56448d364e.tar.gz
development/omniORBpy: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/omniORBpy')
-rw-r--r--development/omniORBpy/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/omniORBpy/doinst.sh b/development/omniORBpy/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/development/omniORBpy/doinst.sh
+++ b/development/omniORBpy/doinst.sh
@@ -4,6 +4,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