diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2008-11-15 18:21:31 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2008-11-15 18:21:31 -0500 |
commit | a66dc768e8a6cd46f9b260e7d3421a03cbefc365 (patch) | |
tree | 70bf23affbfb2b7572185cdc10f49307cac5e031 /packaging/debian/monkeysphere.prerm | |
parent | b259e0e8f928b4ac082fbe66c7c170b611b932c9 (diff) | |
parent | 91f3af2bbc51a1ff185365968790c8fdcab7097f (diff) |
Merge commit 'mlcastle/master'
Diffstat (limited to 'packaging/debian/monkeysphere.prerm')
-rwxr-xr-x | packaging/debian/monkeysphere.prerm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/debian/monkeysphere.prerm b/packaging/debian/monkeysphere.prerm index 433a0aa..00523a1 100755 --- a/packaging/debian/monkeysphere.prerm +++ b/packaging/debian/monkeysphere.prerm @@ -9,6 +9,8 @@ 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 # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. |