really fixing prerm
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sat, 15 Nov 2008 21:47:17 +0000 (16:47 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sat, 15 Nov 2008 21:47:17 +0000 (16:47 -0500)
packaging/debian/monkeysphere.prerm

index 948bfee06b4cf637bf258108c4bf965542ecd560..05b29e6faa52aa337eb3e4ae2cf75bcc50bc1feb 100755 (executable)
@@ -9,8 +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"/monkeysphere/gnupg-host || true
-rmdir --ignore-fail-on-non-empty "$VARLIB"/monkeysphere/gnupg-authentication || true
+rmdir --ignore-fail-on-non-empty "$VARLIB"/gnupg-host || true
+rmdir --ignore-fail-on-non-empty "$VARLIB"/gnupg-authentication || true
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.