debian: regen ssowatconf during package upgrade

This commit is contained in:
Alexandre Aubin 2023-01-10 13:23:03 +01:00
parent 28256f39de
commit 4615d7b7b8

1
debian/postinst vendored
View file

@ -20,6 +20,7 @@ do_configure() {
fi fi
else else
echo "Regenerating configuration, this might take a while..." echo "Regenerating configuration, this might take a while..."
yunohost app ssowatconf
yunohost tools regen-conf --output-as none yunohost tools regen-conf --output-as none
echo "Launching migrations..." echo "Launching migrations..."