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