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