#!/bin/sh

if [ -s /usr/local/bin/vim ]; then
	rm /usr/local/bin/vim
fi
