From bbde829e324fd3f522422a8c1b9e19f1c5f6b50b Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 13 Aug 2023 12:46:27 +0200 Subject: [PATCH] cleaning --- scripts/remove | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) diff --git a/scripts/remove b/scripts/remove index bba0a91..842fd4a 100644 --- a/scripts/remove +++ b/scripts/remove @@ -9,37 +9,9 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# LOAD SETTINGS -#================================================= - - - - - - - - - #================================================= # STANDARD REMOVE -#================================================= -# REMOVE THE POSTGRESQL DATABASE -#================================================= - - -# Remove a database if it exists, along with the associated user - - -#================================================= -# REMOVE APP MAIN DIR -#================================================= - - -# Remove the app directory securely - - #================================================= # REMOVE DATA DIR #================================================= @@ -67,14 +39,6 @@ ynh_script_progression --message="Removing PHP-FPM configuration..." --weight=1 # Remove the dedicated PHP-FPM config ynh_remove_fpm_config -#================================================= -# REMOVE DEPENDENCIES -#================================================= - - -# Remove metapackage and its dependencies - - #================================================= # SPECIFIC REMOVE #================================================= @@ -85,16 +49,6 @@ ynh_script_progression --message="Removing various files..." # Remove a cron file ynh_secure_remove --file="/etc/cron.d/$app" -#================================================= -# GENERIC FINALIZATION -#================================================= -# REMOVE DEDICATED USER -#================================================= - - -# Delete a system user - - #================================================= # END OF SCRIPT #=================================================