From 7546f4e8c2b383c87100ca18fc89afd4d70f60ac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 12:12:51 +0200 Subject: Regenerating debian files. Signed-off-by: Daniel Baumann --- ...linux-headers-5.10.0-28progress6u1-itanium.postinst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 debian/linux-headers-5.10.0-28progress6u1-itanium.postinst (limited to 'debian/linux-headers-5.10.0-28progress6u1-itanium.postinst') diff --git a/debian/linux-headers-5.10.0-28progress6u1-itanium.postinst b/debian/linux-headers-5.10.0-28progress6u1-itanium.postinst new file mode 100755 index 000000000..0e9eaa13b --- /dev/null +++ b/debian/linux-headers-5.10.0-28progress6u1-itanium.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "5.10.0-28progress6u1-itanium"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ -- cgit v1.2.3