summaryrefslogtreecommitdiffstats
path: root/desktop/sawfish/doinst.sh
diff options
context:
space:
mode:
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