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:
parent
298b78e62d
commit
4a04c7a6cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue