debian packaging: removing unnecessary error masking in {pre,post}rm
[monkeysphere.git] / packaging / debian / monkeysphere.prerm
index 05b29e6faa52aa337eb3e4ae2cf75bcc50bc1feb..00523a11044a63a45acde2fcd820b74ed4afeee3 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"/gnupg-host || true
-rmdir --ignore-fail-on-non-empty "$VARLIB"/gnupg-authentication || true
+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.