diff options
Diffstat (limited to 'audio/ocp/doinst.sh')
-rw-r--r-- | audio/ocp/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/ocp/doinst.sh b/audio/ocp/doinst.sh index 4a25de5e6f..63bf9ce82c 100644 --- a/audio/ocp/doinst.sh +++ b/audio/ocp/doinst.sh @@ -8,3 +8,6 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then fi fi +if [ -x /usr/bin/install-info ]; then + chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/ocp.info.gz 2> /dev/null +fi |