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

Do not remove packages during upgrade

This commit is contained in:
Salamandar 2024-02-02 13:15:43 +01:00
parent 298b78e62d
commit 4a04c7a6cf

View file

@ -97,7 +97,7 @@ done
if ynh_package_is_installed "jellyfin-ffmpeg5"; then
# Previous versions of the package did not do that so remove_app_dependencies doesn't do its job
apt-mark auto jellyfin-server jellyfin-web jellyfin-ffmpeg5
ynh_remove_app_dependencies
# ynh_remove_app_dependencies
fi
install_jellyfin_packages