From cac0eca674a32d71c71967800453b4b155d64ccf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 12:36:54 +0200 Subject: Adding update-alternatives to use khost for /usr/bin/host. Signed-off-by: Daniel Baumann --- debian/knot-host.prerm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 debian/knot-host.prerm (limited to 'debian/knot-host.prerm') diff --git a/debian/knot-host.prerm b/debian/knot-host.prerm new file mode 100644 index 0000000..d2e70f3 --- /dev/null +++ b/debian/knot-host.prerm @@ -0,0 +1,23 @@ +#!/bin/sh + +set -e + +case "${1}" in + remove|upgrade|deconfigure) + # update-alternatives: host + update-alternatives --quiet --remove host /usr/bin/khost + ;; + + failed-upgrade) + + ;; + + *) + echo "prerm called with unknown argument \`${1}'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 -- cgit v1.2.3