1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

reorder package removal

This commit is contained in:
yalh76 2022-07-19 17:31:14 +02:00
parent 7742b70e52
commit d45f1650cf

View file

@ -51,6 +51,14 @@ 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=3
# Remove metapackage and its dependencies
ynh_remove_app_dependencies
#=================================================
# REMOVE PACKAGES
#=================================================
@ -60,14 +68,6 @@ dpkg --remove jellyfin-web
dpkg --remove jellyfin-server
dpkg --remove jellyfin-ffmpeg5
#=================================================
# REMOVE DEPENDENCIES
#=================================================
ynh_script_progression --message="Removing dependencies..." --weight=3
# Remove metapackage and its dependencies
ynh_remove_app_dependencies
#=================================================
# CLOSE A PORT
#=================================================