slackbuilds_ponce/development/xvi/doinst.sh
B. Watson ffffbc85ed
development/xvi: Added (tiny but full-featured vi clone).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-08-11 07:23:06 +07:00

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