mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
644bd3f024
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
152 B
Bash
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
|