summaryrefslogtreecommitdiffstats
path: root/system/isight-firmware-tools/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/isight-firmware-tools/doinst.sh')
-rw-r--r--system/isight-firmware-tools/doinst.sh5
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 0000000000..428850082b
--- /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
+