mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
7 lines
186 B
Bash
7 lines
186 B
Bash
|
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
|