#! /bin/sh

if [ "$1" = "remove" ]
then
	update-alternatives --remove vi /usr/bin/elvis-tiny
fi

exit 0
