summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2013-07-25 20:53:10 -0500
committer Robby Workman <rworkman@slackbuilds.org>2013-11-06 19:31:01 -0600
commit9c0d2901e9e108ea396ce2135ebd772b216d9015 (patch)
tree1d22bdc35cc8ee47635ed0fd0f7138f24dae8790
parent17f881f0a1afc53b19efeb4f33faf08cae655107 (diff)
downloadtemplates-9c0d2901e9e108ea396ce2135ebd772b216d9015.tar.gz
templates-9c0d2901e9e108ea396ce2135ebd772b216d9015.tar.xz
doinst.sh: add some lines to handle info(1) files
-rw-r--r--doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/doinst.sh b/doinst.sh
index 8f47c0f..1b6458d 100644
--- a/doinst.sh
+++ b/doinst.sh
@@ -57,3 +57,6 @@ fi
# If needed -- be sure to sed @LIBDIR@ inside the build script
chroot . /usr/bin/gio-querymodules @LIBDIR@/gio/modules/ 1> /dev/null 2> /dev/null
+if [ -x /usr/bin/install-info ]; then
+ chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/blah.gz 2> /dev/null
+fi