repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
emby-server
/
trunk
/
emby-server.install
blob
62ea34d77baf82fe2ff5354fe204e63acb06a31e
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
8
}
9