1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2025-09-17 22:08:33 +02:00

[lintian] fix postrm-contains-additional-updaterc.d-calls etc/init.d/yunohost-firewall

This commit is contained in:
Julien Malik 2015-09-09 18:45:16 +02:00 committed by kload
commit ef38929b71

3
debian/postinst vendored
View file

@ -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