PKGBUILDs/extra/pdns/pdns.install
2009-10-09 21:23:22 -05:00

15 lines
272 B
Text

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
}
op=$1
shift
$op $*