summaryrefslogtreecommitdiffstats
path: root/system/suckless-tools/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/suckless-tools/doinst.sh')
-rw-r--r--system/suckless-tools/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/suckless-tools/doinst.sh b/system/suckless-tools/doinst.sh
new file mode 100644
index 0000000000..30e260a0e9
--- /dev/null
+++ b/system/suckless-tools/doinst.sh
@@ -0,0 +1,6 @@
+if [ ! -r usr/bin/lsx ]; then
+ ( cd usr/man/man1 ; rm -rf lsx.1.gz )
+ ( cd usr/man/man1 ; ln -sf lsX.1.gz lsx.1.gz )
+ ( cd usr/bin ; rm -rf lsx )
+ ( cd usr/bin ; ln -sf lsX lsx )
+fi