diff options
Diffstat (limited to 'system/lhasa/doinst.sh')
-rw-r--r-- | system/lhasa/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/lhasa/doinst.sh b/system/lhasa/doinst.sh new file mode 100644 index 0000000000..e48f847b41 --- /dev/null +++ b/system/lhasa/doinst.sh @@ -0,0 +1,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 |