1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tinyfilemanager_ynh.git synced 2024-09-03 20:36:01 +02:00

Update remove

This commit is contained in:
Éric Gaspar 2022-12-19 23:07:49 +01:00
parent 60d4926bff
commit 6e8694773c

View file

@ -47,14 +47,6 @@ ynh_script_progression --message="Removing NGINX web server configuration..." --
# Remove the dedicated NGINX config
ynh_remove_nginx_config
#=================================================
# REMOVE DEPENDENCIES
#=================================================
ynh_script_progression --message="Removing dependencies..." --weight=1
# Remove metapackage and its dependencies before removing php-fpm
ynh_remove_app_dependencies
#=================================================
# REMOVE PHP-FPM CONFIGURATION
#=================================================
@ -63,6 +55,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 before removing php-fpm
ynh_remove_app_dependencies
#=================================================
# GENERIC FINALIZATION
#=================================================