From bf26188d4177a0670025c0e12308f72235343afd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 20:51:56 +0200 Subject: Regenerating debian files. Signed-off-by: Daniel Baumann --- ...inux-headers-6.8.9-progress7.99-mips32r2eb.postinst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/linux-headers-6.8.9-progress7.99-mips32r2eb.postinst (limited to 'debian/linux-headers-6.8.9-progress7.99-mips32r2eb.postinst') diff --git a/debian/linux-headers-6.8.9-progress7.99-mips32r2eb.postinst b/debian/linux-headers-6.8.9-progress7.99-mips32r2eb.postinst new file mode 100644 index 000000000..d3a740237 --- /dev/null +++ b/debian/linux-headers-6.8.9-progress7.99-mips32r2eb.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 = "6.8.9-progress7.99-mips32r2eb"; + +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