helpers: Add deprecation warning to ynh_add_app_dependencies

This commit is contained in:
Alexandre Aubin 2021-10-06 15:11:09 +02:00
parent e07e1a95f4
commit 5054397a5a

View file

@ -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}"
}