diff --git a/debian/postinst b/debian/postinst index c9ad3d562..353317488 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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,