From 29b38afcf40647a218b9856588d241a6c90bd70c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 10 Jan 2021 23:34:06 +0100 Subject: [PATCH] Update remove --- scripts/remove | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/remove b/scripts/remove index 2bcbcf3..5d46680 100755 --- a/scripts/remove +++ b/scripts/remove @@ -50,14 +50,6 @@ ynh_script_progression --message="Removing the MySQL database..." --weight=2 # Remove a database if it exists, along with the associated user ynh_mysql_remove_db --db_user=$db_user --db_name=$db_name -#================================================= -# REMOVE DEPENDENCIES -#================================================= -ynh_script_progression --message="Removing dependencies..." --weight=1 - -# Remove metapackage and its dependencies -ynh_remove_app_dependencies - #================================================= # REMOVE APP MAIN DIR #=================================================