PKGBUILDs/extra/pdns/pdns.install

16 lines
272 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
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 $*