debian: don't dump upgradable apps during postinst's catalog update

This commit is contained in:
Alexandre Aubin 2023-01-30 17:46:29 +01:00
parent 26e539fea6
commit 82d30f02e2

2
debian/postinst vendored
View file

@ -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,