blob: 2a8d72868838b72333c587912a0d432a14b500c2 (
plain)
1
2
3
4
5
6
7
8
|
post_upgrade() {
if [ $(vercmp $2 4.4.0.40-4) -lt 0 ]; then
cat << EOF
The systemd service now uses DynamicUser to manage the emby user.
You may safely userdel the old emby user.
EOF
fi
}
|