Your IP : 216.73.216.209


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : //var/lib/dpkg/info/elvis-tiny.prerm

#! /bin/sh

set -e

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

exit 0