From 7d0dd0671ddfb0781c4e8bffc5869eb6db739c21 Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Mon, 5 May 2014 10:43:55 +0200 Subject: [PATCH] Remove accidentally created directory in postinst --- debian/postinst | 3 +++ 1 file changed, 3 insertions(+) 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-*) -- 2.47.3