summaryrefslogtreecommitdiffstats
path: root/patches/source/vim/doinst.sh
blob: f1ccd5ca3c9ccb9323f0f3d1b3a5a773866c5829 (plain) (blame)
1
2
3
4
5

# If there's no vi link, take over:
if [ ! -r usr/bin/vi ]; then
  ( cd usr/bin ; ln -sf vim vi )
fi