summaryrefslogtreecommitdiffstats
path: root/debian/knot-dnsutils.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/knot-dnsutils.postinst')
-rw-r--r--debian/knot-dnsutils.postinst5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/knot-dnsutils.postinst b/debian/knot-dnsutils.postinst
index e406690..6dd71b7 100644
--- a/debian/knot-dnsutils.postinst
+++ b/debian/knot-dnsutils.postinst
@@ -8,6 +8,11 @@ case "${1}" in
update-alternatives --quiet \
--install /usr/bin/dig dig /usr/bin/kdig 10 \
--slave /usr/share/man/man1/dig.1.gz dig.1.gz /usr/share/man/man1/kdig.1.gz
+
+ # update-alternatives: nsupdate
+ update-alternatives --quiet \
+ --install /usr/bin/nsupdate nsupdate /usr/bin/knsupdate 10 \
+ --slave /usr/share/man/man1/nsupdate.1.gz nsupdate.1.gz /usr/share/man/man1/knsupdate.1.gz
;;
abort-upgrade|abort-remove|abort-deconfigure)