From 59133abbeb57caacda5f6e9e5d555d34ce10b7d1 Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Sat, 5 Sep 2020 22:51:29 +0200 Subject: [PATCH] xen-utils-V scripts: remove update-alternatives This has been in here for ages. I guess that we can remove it now. Signed-off-by: Hans van Kranenburg --- debian/xen-utils-V.postinst.vsn-in | 1 - debian/xen-utils-V.prerm.vsn-in | 1 - 2 files changed, 2 deletions(-) diff --git a/debian/xen-utils-V.postinst.vsn-in b/debian/xen-utils-V.postinst.vsn-in index 0acebf836b..d11a44c779 100644 --- a/debian/xen-utils-V.postinst.vsn-in +++ b/debian/xen-utils-V.postinst.vsn-in @@ -4,7 +4,6 @@ set -e case "$1" in configure) - update-alternatives --remove xen-default /usr/lib/xen-@version@ if [ -x "/etc/init.d/xen" ]; then # Only call the init script when this xen-utils-@version@ package # matches the currently running version of Xen. This means, doing diff --git a/debian/xen-utils-V.prerm.vsn-in b/debian/xen-utils-V.prerm.vsn-in index f1cb4299c3..8f580d9245 100644 --- a/debian/xen-utils-V.prerm.vsn-in +++ b/debian/xen-utils-V.prerm.vsn-in @@ -4,7 +4,6 @@ set -e case "$1" in remove|upgrade) - update-alternatives --remove xen-default /usr/lib/xen-@version@ if [ -x "/etc/init.d/xen" ]; then # Only call the init script when removing or while upgrading for # the currently running version of Xen. -- 2.30.2