post_upgrade() {
	if [[ $(vercmp $2 6.2p2) = -1 ]]; then
		cat <<EOF

==> The sshd daemon has been moved to /usr/bin alongside all binaries.
==> Please update this path in your scripts if applicable.

EOF
	fi
}