mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[lintian] fix postrm-contains-additional-updaterc.d-calls etc/init.d/yunohost-firewall
This commit is contained in:
parent
7a4edd2bc2
commit
06e667b71a
1 changed files with 3 additions and 0 deletions
3
debian/postinst
vendored
3
debian/postinst
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue