Bug#527899: removal of package fails

2009-06-03 Thread Chris Taylor
On Wed, Jun 03, 2009 at 08:59:09AM +0200, Raphael Hertzog wrote: > On Tue, 02 Jun 2009, Chris Taylor wrote: > > This patch fixes the removal bug in sqlrelay. It simply removes all > > sqlrelay files and the directory from /etc. > > > > -Chris > > > > --- a/

Bug#527899: removal of package fails

2009-06-02 Thread Chris Taylor
tag 527899 patch thanks This patch fixes the removal bug in sqlrelay. It simply removes all sqlrelay files and the directory from /etc. -Chris --- a/debian/sqlrelay.postrm +++ b/debian/sqlrelay.postrm @@ -19,7 +19,7 @@ set -e case "$1" in remove|purge) rm -Rf /var/cache/sqlrel