diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:00 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | ad9febc3d65928ba7780e4e4f9d3f4d34ac42439 (patch) | |
tree | 701fb5c07e2ee8e21c2e3b332129df4c586d57c6 /office/lyx | |
parent | ed85361ce3958023ddcbc290df4881c73f6fac04 (diff) | |
download | slackbuilds-ad9febc3d65928ba7780e4e4f9d3f4d34ac42439.tar.gz |
office/lyx: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/lyx')
-rw-r--r-- | office/lyx/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/lyx/doinst.sh b/office/lyx/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/office/lyx/doinst.sh +++ b/office/lyx/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 |