From 1cbf6d5eb20b0336ccc2b66f932ed67a56b7af0b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 3 Jun 2024 21:25:32 +0200 Subject: Adding debian version 5.10.218-1. Signed-off-by: Daniel Baumann --- debian/linux-headers-5.10.0-30-sparc64.postinst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 debian/linux-headers-5.10.0-30-sparc64.postinst (limited to 'debian/linux-headers-5.10.0-30-sparc64.postinst') diff --git a/debian/linux-headers-5.10.0-30-sparc64.postinst b/debian/linux-headers-5.10.0-30-sparc64.postinst new file mode 100755 index 000000000..4417479ac --- /dev/null +++ b/debian/linux-headers-5.10.0-30-sparc64.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-30-sparc64"; + +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