]> source.dussan.org Git - rspamd.git/commitdiff
Remove accidentally created directory in postinst 68/head
authorMikhail Gusarov <dottedmag@dottedmag.net>
Mon, 5 May 2014 08:43:55 +0000 (10:43 +0200)
committerMikhail Gusarov <dottedmag@dottedmag.net>
Mon, 5 May 2014 08:44:23 +0000 (10:44 +0200)
debian/postinst

index 7d6db234797ec943c013e2efc014103f338fadd6..707b453ba6fa674f9e98c11a94b6147b3c27515e 100644 (file)
@@ -18,6 +18,9 @@ case "$1" in
                $SERVER_USER
 
        chown $SERVER_USER: $SERVER_HOME $SERVER_LOG
+
+       # Remove accidentally created directory
+       rmdir /_rspamd:_rspamd
     ;;
 
     abort-*)