mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
4 lines
139 B
Bash
4 lines
139 B
Bash
|
if [ -x /usr/bin/install-info ]; then
|
||
|
chroot . /usr/bin/install-info --remove --info-dir=/usr/info /usr/info/ocp.info.gz 2> /dev/null
|
||
|
fi
|