From be0cd060a6a13e87171daf33f7bd2a0b823c36e5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 29 Mar 2022 13:15:30 +0200 Subject: [PATCH] Update remove --- scripts/remove | 8 ++++++++ 1 file changed, 8 insertions(+) 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 #=================================================