#!/bin/sh -e case "$1" in remove|deconfigure) update-alternatives --remove editor /usr/bin/joe update-alternatives --remove editor /usr/bin/jmacs update-alternatives --remove editor /usr/bin/jstar update-alternatives --remove editor /usr/bin/jpico update-alternatives --remove editor /usr/bin/rjoe ;; upgrade|failed-upgrade) ;; *) echo "prerm called with unknown argument '$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. exit 0