From b488a8b2c3eaf68ad4778dbdc99bdda0b0d1ce6d Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-linux.org>
Date: Wed, 8 May 2024 06:21:41 +0200
Subject: Adding debian version 4.19.304-1.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
---
 debian/linux-headers-4.19.0-26-5kc-malta.postinst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 debian/linux-headers-4.19.0-26-5kc-malta.postinst

(limited to 'debian/linux-headers-4.19.0-26-5kc-malta.postinst')

diff --git a/debian/linux-headers-4.19.0-26-5kc-malta.postinst b/debian/linux-headers-4.19.0-26-5kc-malta.postinst
new file mode 100644
index 000000000..a36f2cbe4
--- /dev/null
+++ b/debian/linux-headers-4.19.0-26-5kc-malta.postinst
@@ -0,0 +1,18 @@
+#!/usr/bin/perl
+# Author: Michael Gilbert <michael.s.gilbert@gmail.com>
+# 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  = "4.19.0-26-5kc-malta";
+
+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