#! /bin/sh

if [ "$1" != "upgrade" ]
then
  update-alternatives --remove editor /usr/bin/kedit
fi

#DEBHELPER#

exit 0

