Mercurial > noffle
changeset 456:7e0c7dd29d53 noffle
[svn] removed doubled lock dir removal
| author | godisch | 
|---|---|
| date | Wed, 25 Jun 2003 18:00:10 +0100 | 
| parents | 57fc18375ad6 | 
| children | 1420216cd450 | 
| files | debian/postrm | 
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/debian/postrm Wed Jun 25 17:58:46 2003 +0100 +++ b/debian/postrm Wed Jun 25 18:00:10 2003 +0100 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: postrm 597 2003-06-25 16:55:30Z godisch $ +# $Id: postrm 599 2003-06-25 17:00:10Z godisch $ set -e @@ -14,7 +14,7 @@ rm -f /etc/noffle.conf /etc/noffle.conf.old \ /etc/news/noffle.conf /etc/news/noffle.conf.old /etc/news/noffle.conf.dpkg-* \ /etc/default/noffle /etc/default/noffle.old /etc/default/noffle.dpkg-* - rm -rf /etc/news/noffle.old /etc/noffle /var/lock/noffle /var/spool/noffle + rm -rf /etc/news/noffle.old /etc/noffle /var/spool/noffle if [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge
