mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
252 B
Text
12 lines
252 B
Text
|
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
|
||
|
}
|