summaryrefslogtreecommitdiff
path: root/extra/pdns/pdns.install
blob: f41b36b20b213660525e6c247f285d513e86a667 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}