summaryrefslogtreecommitdiffstats
path: root/system/lhasa/doinst.sh
blob: e48f847b411954ceebe15619d30bcbf4b5ea13c4 (plain)
1
2
3
4
5
# 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