1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2025-10-09 00:28:44 +02:00

[enh] Regen the configuration at package upgrade

This commit is contained in:
kload 2015-10-02 05:14:30 -04:00
commit 23e2e9c360

2
debian/postinst vendored
View file

@ -11,6 +11,8 @@ do_configure() {
bash /usr/share/yunohost/hooks/conf_regen/02-ssl
bash /usr/share/yunohost/hooks/conf_regen/06-slapd
bash /usr/share/yunohost/hooks/conf_regen/15-nginx
else
yunohost service regenconf
fi
}