This commit is contained in:
Alexandre Aubin 2022-08-19 18:30:23 +02:00
parent 4a1b31bac4
commit 3706ba3121

View file

@ -397,9 +397,9 @@ ynh_remove_app_dependencies() {
# Edge case where the app dep may be on hold,
# cf https://forum.yunohost.org/t/migration-error-cause-of-ffsync/20675/4
if apt-mark showhold | grep -q -w ${dep_app}-ynh-deps
do
then
apt-mark unhold ${dep_app}-ynh-deps
done
fi
ynh_package_autopurge ${dep_app}-ynh-deps # Remove the fake package and its dependencies if they not still used.