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