post_install() {
  cat << 'EOM'
==> PowerDNS is built without recursor now. To use the recursor, 
==> please install the pdns-recursor package and update the 
==> configuration in /etc/powerdns/recursor.conf
EOM
}

post_upgrade() {
  post_install $1
}