|
|
@@ -30,14 +30,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
|
|
|
#=================================================
|
|
|
@@ -62,6 +54,14 @@ ynh_script_progression --message="Removing PHP-FPM configuration..." --weight=1
|
|
|
# Remove the dedicated PHP-FPM config
|
|
|
ynh_remove_fpm_config
|
|
|
|
|
|
+#=================================================
|
|
|
+# REMOVE DEPENDENCIES
|
|
|
+#=================================================
|
|
|
+ynh_script_progression --message="Removing dependencies..." --weight=1
|
|
|
+
|
|
|
+# Remove metapackage and its dependencies
|
|
|
+ynh_remove_app_dependencies
|
|
|
+
|
|
|
#=================================================
|
|
|
# GENERIC FINALIZATION
|
|
|
#=================================================
|