]> git.llucax.com Git - software/mutt-debian.git/blob - debian/mutt.prerm
multiple-fccs: added a patch that allows multiple FCC separated by commas, written...
[software/mutt-debian.git] / debian / mutt.prerm
1 #!/bin/sh
2
3 set -e
4
5 case "$1" in
6         remove|deconfigure)
7                 update-alternatives --remove mutt /usr/bin/mutt-org
8                 ;;
9 esac
10
11 #DEBHELPER#
12
13 exit 0