slackbuilds_ponce/system/suckless-tools/doinst.sh
B. Watson cf8cc4ba89 system/suckless-tools: Added (utilities from suckless.org).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-03-21 13:01:20 -05:00

6 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