chiark / gitweb /
Debian packaging changes:
[disorder] / debian / postrm.disorder-server
index c2084d699380d3c2e1b75fc400230bad2a2ca506..97ed6c46663195bb61d47e22da5583016a20974c 100755 (executable)
@@ -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