From b24898c79ded520313bcc5fb76d683f1da7eb863 Mon Sep 17 00:00:00 2001 From: turint Date: Fri, 4 Jul 2014 21:27:43 +0300 Subject: [PATCH] removed an unneeded and breaking the build debconf reference --- debian/postinst | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/postinst b/debian/postinst index b391e20d1..0bcb762b5 100644 --- a/debian/postinst +++ b/debian/postinst @@ -48,9 +48,6 @@ case "$1" in fi invoke-rc.d nginx restart - # and we're done - db_stop - ;; abort-upgrade|abort-remove|abort-deconfigure)