From 62db400e83102695233497884d16a19c7e34fcd4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Jun 2024 23:00:54 +0200 Subject: Merging debian version 6.9.2-1~exp1. Signed-off-by: Daniel Baumann --- debian/linux-headers-6.9-powerpc64le.postinst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/linux-headers-6.9-powerpc64le.postinst (limited to 'debian/linux-headers-6.9-powerpc64le.postinst') diff --git a/debian/linux-headers-6.9-powerpc64le.postinst b/debian/linux-headers-6.9-powerpc64le.postinst new file mode 100644 index 0000000000..21e45f4f09 --- /dev/null +++ b/debian/linux-headers-6.9-powerpc64le.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.9-powerpc64le"; + +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