mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/asymptote: Added missing files.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
89bb651af4
commit
e94784ad5e
2 changed files with 9 additions and 0 deletions
3
office/asymptote/doinst.sh
Normal file
3
office/asymptote/doinst.sh
Normal 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
|
6
office/asymptote/douninst.sh
Normal file
6
office/asymptote/douninst.sh
Normal 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
|
Loading…
Reference in a new issue