mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
ffffbc85ed
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
6 lines
144 B
Bash
6 lines
144 B
Bash
# based on Slackware's doinst.sh for vim.
|
|
|
|
# If there's no vi link, take over:
|
|
if [ ! -r usr/bin/vi ]; then
|
|
( cd usr/bin ; ln -sf xvi vi )
|
|
fi
|