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