PKGBUILDs/community/pdns/pdns.install

12 lines
252 B
Plaintext
Raw Normal View History

2013-04-02 21:39:40 +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
}