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