mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Hmpf
This commit is contained in:
parent
4a1b31bac4
commit
3706ba3121
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue