From ef38929b71b89a0c5331972dbb4bb00903f29179 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Wed, 9 Sep 2015 18:45:16 +0200 Subject: [PATCH] [lintian] fix postrm-contains-additional-updaterc.d-calls etc/init.d/yunohost-firewall --- debian/postinst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/postinst b/debian/postinst index 9b04e93e7..9a537a19f 100644 --- a/debian/postinst +++ b/debian/postinst @@ -49,6 +49,9 @@ do_configure() { update-rc.d yunohost-api defaults > /dev/null service yunohost-api restart + # Firewall + update-rc.d yunohost-firewall defaults > /dev/null + # Reload SSOwat conf if obsolete if [ -f /etc/yunohost/installed ]; then