1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kavita_ynh.git synced 2024-09-03 19:26:30 +02:00
This commit is contained in:
Éric Gaspar 2022-11-17 21:58:41 +01:00
parent 4672624f74
commit 1945f1e8bc
2 changed files with 10 additions and 0 deletions

View file

@ -6,6 +6,8 @@
# PHP APP SPECIFIC
#=================================================
pkg_dependencies="sqlite3"
#=================================================
# PERSONAL HELPERS
#=================================================

View file

@ -65,6 +65,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=1
# Remove metapackage and its dependencies
ynh_remove_app_dependencies
#=================================================
# GENERIC FINALIZATION
#=================================================