From: Maximilian Engelhardt Date: Wed, 9 Dec 2020 22:45:13 +0000 (+0100) Subject: d/xen-hypervisor-V.*: clean up unused files X-Git-Tag: archive/raspbian/4.14.1+11-gb0b734a8b3-1+rpi1^2~69 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=64b1618ef8a9761336b1ed24f40565e250dbb34b;p=xen.git d/xen-hypervisor-V.*: clean up unused files These files are unused identical copies of the -V-F. files. Signed-off-by: Maximilian Engelhardt [Hans van Kranenburg: split submitted patch in two] Signed-off-by: Hans van Kranenburg --- diff --git a/debian/xen-hypervisor-V.postinst.vsn-in b/debian/xen-hypervisor-V.postinst.vsn-in deleted file mode 100644 index 1540842eec..0000000000 --- a/debian/xen-hypervisor-V.postinst.vsn-in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -set -e - -case "$1" in - configure) - if command -v update-grub > /dev/null && [ -d /boot/grub ]; then - update-grub || : - fi - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0 diff --git a/debian/xen-hypervisor-V.postrm.vsn-in b/debian/xen-hypervisor-V.postrm.vsn-in deleted file mode 100644 index 4833411ab6..0000000000 --- a/debian/xen-hypervisor-V.postrm.vsn-in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -set -e - -case "$1" in - remove) - if command -v update-grub > /dev/null && [ -d /boot/grub ]; then - update-grub || : - fi - ;; - - purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0