slackbuilds_ponce/system/lhasa/doinst.sh
B. Watson 644bd3f024 system/lhasa: Added (replacement for UNIX LHA tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-08-06 18:42:35 +07:00

5 lines
152 B
Bash

# If there's no lha, take over:
if [ ! -r usr/bin/lha ]; then
( cd usr/bin ; ln -sf lhasa lha )
( cd usr/man/man1 ; ln -sf lhasa.1.gz lha.1.gz )
fi