From 9398df4d6078c746234b538b94715bddb692904e Mon Sep 17 00:00:00 2001 From: Kay0u Date: Mon, 21 Sep 2020 15:32:46 +0200 Subject: [PATCH] No more dependencies --- scripts/install | 7 ------- scripts/remove | 8 -------- scripts/upgrade | 7 ------- 3 files changed, 22 deletions(-) diff --git a/scripts/install b/scripts/install index 86945d3..fa32f75 100644 --- a/scripts/install +++ b/scripts/install @@ -63,13 +63,6 @@ ynh_app_setting_set --app=$app --key=admin_mail_html --value=1 #================================================= # STANDARD MODIFICATIONS -#================================================= -# INSTALL DEPENDENCIES -#================================================= -ynh_script_progression --message="Installing dependencies..." --weight=9 - -ynh_install_app_dependencies php7.0-cli - #================================================= # CREATE A MYSQL DATABASE #================================================= diff --git a/scripts/remove b/scripts/remove index 924a2e6..72ae00d 100755 --- a/scripts/remove +++ b/scripts/remove @@ -22,14 +22,6 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= # STANDARD REMOVE -#================================================= -# REMOVE DEPENDENCIES -#================================================= -ynh_script_progression --message="Removing dependencies..." --weight=11 - -# Remove metapackage and its dependencies -ynh_remove_app_dependencies - #================================================= # REMOVE THE MYSQL DATABASE #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index da9bab3..c1489ea 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -168,13 +168,6 @@ ynh_script_progression --message="Activating maintenance mode..." --weight=2 ynh_maintenance_mode_ON -#================================================= -# UPGRADE DEPENDENCIES -#================================================= -ynh_script_progression --message="Upgrading dependencies..." --weight=11 - -ynh_install_app_dependencies php7.0-cli - #================================================= # NGINX CONFIGURATION #=================================================