mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add app setting
This commit is contained in:
parent
5fcb8cd439
commit
2bb32c26b6
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ Description: Fake package for ${app} (YunoHost app) dependencies
|
||||||
EOF
|
EOF
|
||||||
ynh_package_install_from_equivs ./${dep_app}-ynh-deps.control \
|
ynh_package_install_from_equivs ./${dep_app}-ynh-deps.control \
|
||||||
|| ynh_die "Unable to install dependencies" # Install the fake package and its dependencies
|
|| ynh_die "Unable to install dependencies" # Install the fake package and its dependencies
|
||||||
|
ynh_app_setting_set $app apt_dependencies $dependencies
|
||||||
}
|
}
|
||||||
|
|
||||||
# Remove fake package and its dependencies
|
# Remove fake package and its dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue