Mercurial > noffle
diff debian/postrm @ 314:e4687dc19520 noffle
[svn] added removal of /var/lock/noffle on remove
author | godisch |
---|---|
date | Wed, 19 Feb 2003 19:16:04 +0000 |
parents | 6e92a005ba27 |
children | eef64bccd0e2 |
line wrap: on
line diff
--- a/debian/postrm Wed Feb 19 19:13:50 2003 +0000 +++ b/debian/postrm Wed Feb 19 19:16:04 2003 +0000 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: postrm 447 2003-02-19 19:13:50Z godisch $ +# $Id: postrm 448 2003-02-19 19:16:04Z godisch $ set -e . /usr/share/debconf/confmodule @@ -11,6 +11,7 @@ case "$1" in remove) rm -f /usr/share/emacs/site-lisp/gnus/noffle.elc + rm -rf /var/lock/noffle ;; purge) update-inetd --remove "/usr/bin/noffle -r"