Mercurial > noffle
changeset 313:6e92a005ba27 noffle
[svn] cleanup bugfix
author | godisch |
---|---|
date | Wed, 19 Feb 2003 19:13:50 +0000 |
parents | 85bf9f705e70 |
children | e4687dc19520 |
files | debian/postrm |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/postrm Wed Feb 19 19:06:45 2003 +0000 +++ b/debian/postrm Wed Feb 19 19:13:50 2003 +0000 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: postrm 445 2003-02-19 19:04:45Z godisch $ +# $Id: postrm 447 2003-02-19 19:13:50Z godisch $ set -e . /usr/share/debconf/confmodule @@ -22,7 +22,7 @@ rm -rf /etc/noffle /var/spool/noffle /var/lock/noffle db_purge ;; -remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) +upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) echo "postrm called with unknown argument '$1'" >&2