Change version cutoffs from 1.7.4.1-2 to 1.7.4.1-2~
[git/debian.git] / debian / git.postrm
blobe31cc5d329c95e04c4a23319ae5e2dec8266028c
1 #!/bin/sh
2 set -e
4 # Now /etc/emacs/site-start.d/50git-core.el belongs to the
5 # git-el package.
7 # NOTE: this leaves behind a /etc/emacs/site-start.d/50git-core.el
8 # file if it was modified while the broken 1.7.4.1-1 package
9 # was installed. Installing and purging git-el works around
10 # that.
12 dpkg-maintscript-helper rm_conffile \
13 /etc/emacs/site-start.d/50git-core.el \
14 1:1.7.4.1-2~~ -- "$@"