mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
6 lines
152 B
Bash
6 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
|