summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:43:23 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit5a353026c05b180789fab492134307610d05cfda (patch)
treea4badc144c1886df927e5bd5ca2e292736386d71 /academic
parentf5f510c7686c88fd5ae5c1383e4e6be9455c32d9 (diff)
downloadslackbuilds-5a353026c05b180789fab492134307610d05cfda.tar.gz
slackbuilds-5a353026c05b180789fab492134307610d05cfda.tar.xz
academic/mendeleydesktop: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/mendeleydesktop/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/mendeleydesktop/doinst.sh b/academic/mendeleydesktop/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/academic/mendeleydesktop/doinst.sh
+++ b/academic/mendeleydesktop/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