diff options
author | B. Watson <yalhcru@gmail.com> | 2014-03-19 07:04:49 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-21 13:01:20 -0500 |
commit | cf8cc4ba89d05f3daa5f634c635c0ce4c2b4c641 (patch) | |
tree | 8eb9ba1874d8fedd139240522a68921969416f3a /system/suckless-tools/doinst.sh | |
parent | f3704690c6cc26c3b178a757d3015f30a7297456 (diff) | |
download | slackbuilds-cf8cc4ba89d05f3daa5f634c635c0ce4c2b4c641.tar.gz |
system/suckless-tools: Added (utilities from suckless.org).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/suckless-tools/doinst.sh')
-rw-r--r-- | system/suckless-tools/doinst.sh | 6 |
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 |