From 82d30f02e208f36433e5689d205ddd174555df98 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 30 Jan 2023 17:46:29 +0100 Subject: [PATCH] debian: don't dump upgradable apps during postinst's catalog update --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 353317488..238817cd7 100644 --- a/debian/postinst +++ b/debian/postinst @@ -30,7 +30,7 @@ do_configure() { yunohost diagnosis run --force echo "Refreshing app catalog..." - yunohost tools update apps || true + yunohost tools update apps --output-as none || true fi # Trick to let yunohost handle the restart of the API,