Browse Source

No more dependencies

pull/109/head
Kay0u 6 years ago
parent
commit
9398df4d60
No known key found for this signature in database GPG Key ID: AAFEEB16CFA2AE2D
  1. 7
      scripts/install
  2. 8
      scripts/remove
  3. 7
      scripts/upgrade

7
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
#=================================================

8
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
#=================================================

7
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
#=================================================

Loading…
Cancel
Save