summaryrefslogtreecommitdiffstats
path: root/development/xvi/doinst.sh
blob: 39380353f243e5f328476c4764ce63821bf21c15 (plain)
1
2
3
4
5
6
# 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