diff options
Diffstat (limited to 'system/isight-firmware-tools/doinst.sh')
-rw-r--r-- | system/isight-firmware-tools/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/isight-firmware-tools/doinst.sh b/system/isight-firmware-tools/doinst.sh new file mode 100644 index 000000000000..428850082b6c --- /dev/null +++ b/system/isight-firmware-tools/doinst.sh @@ -0,0 +1,5 @@ +if [ -x usr/bin/install-info ]; then + chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/ift-export.info.gz 2> /dev/null + chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/ift-extract.info.gz 2> /dev/null +fi + |