mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
debian: refresh catalog upon package upgrade
This commit is contained in:
parent
285200a2c7
commit
be5b1c1b69
1 changed files with 3 additions and 0 deletions
3
debian/postinst
vendored
3
debian/postinst
vendored
|
@ -28,6 +28,9 @@ do_configure() {
|
||||||
|
|
||||||
echo "Re-diagnosing server health..."
|
echo "Re-diagnosing server health..."
|
||||||
yunohost diagnosis run --force
|
yunohost diagnosis run --force
|
||||||
|
|
||||||
|
echo "Refreshing app catalog..."
|
||||||
|
yunohost tools update apps || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Trick to let yunohost handle the restart of the API,
|
# Trick to let yunohost handle the restart of the API,
|
||||||
|
|
Loading…
Add table
Reference in a new issue