debian: refresh catalog upon package upgrade

This commit is contained in:
Alexandre Aubin 2023-01-19 16:49:48 +01:00
parent 285200a2c7
commit be5b1c1b69

3
debian/postinst vendored
View file

@ -28,6 +28,9 @@ do_configure() {
echo "Re-diagnosing server health..."
yunohost diagnosis run --force
echo "Refreshing app catalog..."
yunohost tools update apps || true
fi
# Trick to let yunohost handle the restart of the API,