Files
aur-packages/jellyfin-mpv-shim.install
Marius Lindvall 295c2062a7 Update to v1.10.1
2021-03-25 10:37:44 +01:00

11 lines
392 B
Plaintext
Executable File

post_upgrade() {
if [ $(vercmp "$2" 1.10.0) -lt 0 ]; then
cat << EOF
You are upgrading from Jellyfin MPV Shim v1.9 or older. To ensure that the player works properly, please log out and back in the first time you launch Jellyfin MPV Shim after upgrading.
For more information, please refer to the release notes:
https://github.com/jellyfin/jellyfin-desktop/releases/tag/v1.10.1
EOF
fi
}