diff options
Diffstat (limited to 'community/pdns/pdns.install')
-rw-r--r-- | community/pdns/pdns.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/pdns/pdns.install b/community/pdns/pdns.install new file mode 100644 index 000000000..f41b36b20 --- /dev/null +++ b/community/pdns/pdns.install @@ -0,0 +1,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 +} |