#!/bin/sh
set -e
if test remove = "$1"
then update-alternatives --remove editor /usr/bin/mg
fi

#DEBHELPER#
