summaryrefslogtreecommitdiff
path: root/packaging/debian/monkeysphere.prerm
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/debian/monkeysphere.prerm')
-rwxr-xr-xpackaging/debian/monkeysphere.prerm11
1 files changed, 2 insertions, 9 deletions
diff --git a/packaging/debian/monkeysphere.prerm b/packaging/debian/monkeysphere.prerm
index 00523a1..1fb2636 100755
--- a/packaging/debian/monkeysphere.prerm
+++ b/packaging/debian/monkeysphere.prerm
@@ -2,15 +2,8 @@
# prerm script for monkeysphere
-# Author: Jameson Rollins <jrollins@fifthhorseman.net>
-# Copyright 2008
-
-VARLIB="/var/lib/monkeysphere"
-
-rm -f "$VARLIB"/gnupg-host/gpg.conf
-rm -f "$VARLIB"/gnupg-authentication/gpg.conf
-rmdir --ignore-fail-on-non-empty "$VARLIB"/gnupg-host
-rmdir --ignore-fail-on-non-empty "$VARLIB"/gnupg-authentication
+# Author: Jameson Rollins <jrollins@finestructure.net>
+# Copyright 2008-2009
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.