1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

replacing depenencies removal by apt autoremove

This commit is contained in:
yalh76 2019-04-22 19:28:16 +02:00
parent 17d520c03b
commit 4b1aa38979
2 changed files with 2 additions and 3 deletions

View file

@ -7,7 +7,6 @@
# dependencies used by the app
pkg_dependencies="git build-essential postgresql postgresql-contrib openssl ssh sudo"
extra_pkg_dependencies="elixir esl-erlang erlang-eldap"
pkg_dependencies_to_remove="erlang-dev erlang-tools erlang-parsetools erlang-xmerl"
#=================================================
# PERSONAL HELPERS

View file

@ -149,10 +149,10 @@ fi
#=================================================
ynh_print_info "Upgrading dependencies..."
ynh_package_autoremove $pkg_dependencies_to_remove
ynh_install_app_dependencies $pkg_dependencies
apt autoremove
#=================================================
# INSTALL EXTRA DEPENDENCIES
#=================================================