post_upgrade() {
    if [ $(vercmp $2 8.11.4-1) -lt 0 ] ; then
        cat << EOF

According to upstream policy, this package was rebuilt against OpenSSL 1.0.x instead of 1.1.x.
Any depending package relying on OpenSSL ABI as vendored by NodeJS will have to be rebuild.

EOF
    fi
}

