|
|
|
#!/bin/sh
set -e
MAJOR=22
FLAVOR=emacs22
# update-alternatives on things that collide with xemacs, other editors
if [ "$1" != "upgrade" ]
then
update-alternatives --remove emacs /usr/bin/${FLAVOR}-gtk
update-alternatives --remove editor /usr/bin/${FLAVOR}
fi
# emacsen-common registration.
/usr/lib/emacsen-common/emacs-remove ${FLAVOR}
| Results 1 - 1 |