summaryrefslogtreecommitdiff
path: root/extra/pdns/pdns.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pdns/pdns.install')
-rw-r--r--extra/pdns/pdns.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/pdns/pdns.install b/extra/pdns/pdns.install
deleted file mode 100644
index f41b36b20..000000000
--- a/extra/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
-}