diff --git a/scripts/remove b/scripts/remove index bd77ef6..6d13995 100644 --- a/scripts/remove +++ b/scripts/remove @@ -57,6 +57,14 @@ ynh_script_progression --message="Removing NGINX web server configuration..." -- # Remove the dedicated NGINX config ynh_remove_nginx_config +#================================================= +# REMOVE DEPENDENCIES +#================================================= +ynh_script_progression --message="Removing dependencies..." --weight=1 + +# Remove metapackage and its dependencies +ynh_remove_nodejs + #================================================= # GENERIC FINALIZATION #=================================================