From 23e2e9c3602a41e0b7e03fc45dfe4fe9abaf7f5d Mon Sep 17 00:00:00 2001 From: kload Date: Fri, 2 Oct 2015 05:14:30 -0400 Subject: [PATCH] [enh] Regen the configuration at package upgrade --- debian/postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/postinst b/debian/postinst index b40c20c7..2a13c8e8 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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 }