office/asymptote: Added missing files.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2023-06-10 09:35:43 +07:00
parent 89bb651af4
commit e94784ad5e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,3 @@
if [ -x /usr/bin/install-info ]; then
/usr/bin/install-info --info-dir=usr/info usr/info/PRGNAM.info.gz 2> /dev/null
fi

View file

@ -0,0 +1,6 @@
if [ -x /usr/bin/install-info -a -d usr/info ]; then
( cd usr/info
rm -f dir
for i in *.info*; do /usr/bin/install-info $i dir 2>/dev/null; done
)
fi