From d6f8da4382a47a57a61b3cb6d0dd23c4a1e1ce58 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 20:42:27 +0200 Subject: Using update-alternatives to handle /usr/bin/nsupdate. Signed-off-by: Daniel Baumann --- debian/dnsutils.postinst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/dnsutils.postinst') diff --git a/debian/dnsutils.postinst b/debian/dnsutils.postinst index a4df644..be356d2 100644 --- a/debian/dnsutils.postinst +++ b/debian/dnsutils.postinst @@ -8,6 +8,11 @@ case "${1}" in update-alternatives --quiet \ --install /usr/bin/dig dig /usr/bin/dig.bind9 20 \ --slave /usr/share/man/man1/dig.1.gz dig.1.gz /usr/share/man/man1/dig.bind9.1.gz + + # update-alternatives: nsupdate + update-alternatives --quiet \ + --install /usr/bin/nsupdate nsupdate /usr/bin/nsupdate.bind9 20 \ + --slave /usr/share/man/man1/nsupdate.1.gz nsupdate.1.gz /usr/share/man/man1/nsupdate.bind9.1.gz ;; abort-upgrade|abort-remove|abort-deconfigure) -- cgit v1.2.3