Mercurial > noffle
comparison debian/postrm @ 313:6e92a005ba27 noffle
[svn] cleanup bugfix
author | godisch |
---|---|
date | Wed, 19 Feb 2003 19:13:50 +0000 |
parents | 7c6035f8656f |
children | e4687dc19520 |
comparison
equal
deleted
inserted
replaced
312:85bf9f705e70 | 313:6e92a005ba27 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 # $Id: postrm 445 2003-02-19 19:04:45Z godisch $ | 2 # $Id: postrm 447 2003-02-19 19:13:50Z godisch $ |
3 | 3 |
4 set -e | 4 set -e |
5 . /usr/share/debconf/confmodule | 5 . /usr/share/debconf/confmodule |
6 db_version 2.0 | 6 db_version 2.0 |
7 | 7 |
20 $debian_config $debian_config.old \ | 20 $debian_config $debian_config.old \ |
21 /etc/noffle.conf /etc/noffle.conf.old | 21 /etc/noffle.conf /etc/noffle.conf.old |
22 rm -rf /etc/noffle /var/spool/noffle /var/lock/noffle | 22 rm -rf /etc/noffle /var/spool/noffle /var/lock/noffle |
23 db_purge | 23 db_purge |
24 ;; | 24 ;; |
25 remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) | 25 upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) |
26 ;; | 26 ;; |
27 *) | 27 *) |
28 echo "postrm called with unknown argument '$1'" >&2 | 28 echo "postrm called with unknown argument '$1'" >&2 |
29 exit 1 | 29 exit 1 |
30 ;; | 30 ;; |