mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
helpers: Add deprecation warning to ynh_add_app_dependencies
This commit is contained in:
parent
e07e1a95f4
commit
5054397a5a
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ ynh_add_app_dependencies () {
|
|||
# Manage arguments with getopts
|
||||
ynh_handle_getopts_args "$@"
|
||||
|
||||
ynh_print_warn --message="Packagers: ynh_add_app_dependencies is deprecated and is now only an alias to ynh_install_app_dependencies"
|
||||
ynh_install_app_dependencies "${package}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue