summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/keysafe-server.postrm8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/keysafe-server.postrm b/debian/keysafe-server.postrm
index 7b8c8ca..ad695da 100755
--- a/debian/keysafe-server.postrm
+++ b/debian/keysafe-server.postrm
@@ -8,14 +8,16 @@ set -e
# For the time being, at the request of upstream, we don't ever delete
# /var/lib/keysafe, even on a purge (note that for security this
-# requires that we also never delete the _keysafe user and group). It
-# might be worth revisiting this when it is time to upload keysafe to
-# unstable -- how much is a purge meant to purge?
+# requires that we also never delete the _keysafe user and group)
# Deleting this data has the potential to destroy the backups of
# people's private keys, so it probably shouldn't ever happen
# automatically
+# Nevertheless, we might want to revisit this decision when it's time
+# to upload keysafe to sid, so the following maintscript is retained,
+# commented-out:
+
#if [ "$1" = "purge" ]; then
# userdel --remove _keysafe || true
# groupdel _keysafe || true