aboutsummaryrefslogtreecommitdiff
path: root/system/lhasa/doinst.sh
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2020-12-10 20:04:06 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:35:59 -0500
commited717b4b1ce62b432e1f56d3e2cb158f57e1e28f (patch)
treeaee1ccd58cdd4f34d6bb6c16b3943c1b69d2af18 /system/lhasa/doinst.sh
parent192aa52e30bbe591b3a9907199e24da04226e6dd (diff)
downloadslackbuilds-ed717b4b1ce62b432e1f56d3e2cb158f57e1e28f.tar.xz
system/lhasa: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 e48f847b4119..000000000000
--- 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