diff options
Diffstat (limited to 'development/halibut/doinst.sh')
-rw-r--r-- | development/halibut/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/halibut/doinst.sh b/development/halibut/doinst.sh new file mode 100644 index 0000000000..f3605d4eeb --- /dev/null +++ b/development/halibut/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/install-info ]; then + chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/blah.gz 2> /dev/null +fi |