summaryrefslogtreecommitdiffstats
path: root/desktop/sawfish/doinst.sh
diff options
context:
space:
mode:
author Edinaldo P. Silva2017-09-01 10:02:01 +0200
committer David Spencer2017-09-02 11:19:46 +0200
commit69f7c0778c22e1c865ff74a315ba64d4d46843e1 (patch)
treed6b55f4eb80d508e93e254df81b5492e4970ef80 /desktop/sawfish/doinst.sh
parent27cc771c17fdbd22ad940daaf7a3d20340d3cb07 (diff)
downloadslackbuilds-69f7c0778c22e1c865ff74a315ba64d4d46843e1.tar.gz
desktop/sawfish: Updated for version 1.12.90.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/sawfish/doinst.sh')
-rw-r--r--desktop/sawfish/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/sawfish/doinst.sh b/desktop/sawfish/doinst.sh
index aea0f894eb..4b1e33ccf4 100644
--- a/desktop/sawfish/doinst.sh
+++ b/desktop/sawfish/doinst.sh
@@ -11,3 +11,7 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi
+
+if [ -x /usr/bin/install-info ]; then
+ chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/sawfish.info.gz 2> /dev/null
+fi