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, 11 insertions, 0 deletions
diff --git a/extra/pdns/pdns.install b/extra/pdns/pdns.install
new file mode 100644
index 000000000..f41b36b20
--- /dev/null
+++ b/extra/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
+}