X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/93ca72f2d7a75e383f6b7b2460cee8b1c4ae2cfe..49e57291d78de2b583d6f2197ae6f9d9ff05e456:/debian/postrm.disorder-server diff --git a/debian/postrm.disorder-server b/debian/postrm.disorder-server index c2084d6..97ed6c4 100755 --- a/debian/postrm.disorder-server +++ b/debian/postrm.disorder-server @@ -1,7 +1,7 @@ #! /bin/sh # # This file is part of DisOrder -# Copyright (C) 2004, 2007 Richard Kettlewell +# Copyright (C) 2004, 2007, 2008 Richard Kettlewell # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -27,5 +27,7 @@ purge ) db_purge fi update-rc.d disorder remove + rm -f /etc/disorder/conf.debconf + # TODO - should we delete none/some/all of the contents of /var/lib/disorder? ;; esac