archrelease: copy trunk to community-any
[ArchLinux/community.git] / emby-server / trunk / emby-server.install
blob62ea34d77baf82fe2ff5354fe204e63acb06a31e
1 post_upgrade() {
2   if [ $(vercmp $2 4.4.0.40-4) -lt 0 ]; then
3     cat << EOF
4 The systemd service now uses DynamicUser to manage the emby user.
5 You may safely userdel the old emby user.
6 EOF
7   fi