From: Mikhail Gusarov Date: Mon, 5 May 2014 08:43:55 +0000 (+0200) Subject: Remove accidentally created directory in postinst X-Git-Tag: 0.6.10~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F68%2Fhead;p=thirdparty%2Frspamd.git Remove accidentally created directory in postinst --- diff --git a/debian/postinst b/debian/postinst index 7d6db23479..707b453ba6 100644 --- a/debian/postinst +++ b/debian/postinst @@ -18,6 +18,9 @@ case "$1" in $SERVER_USER chown $SERVER_USER: $SERVER_HOME $SERVER_LOG + + # Remove accidentally created directory + rmdir /_rspamd:_rspamd ;; abort-*)