post_install() {
echo ""
echo "jellyfin-server: if you're upgrading from 10.11.x, the database"
echo "needs to migrate to the 12.0 schema on first launch."
echo "Restart the jellyfin service (e.g. 'sv restart jellyfin' if using"
echo "runit) and watch progress at"
echo "http://localhost:8096 before using any client - do not force-stop"
echo "the server mid-migration."
echo ""
}
