From cfbd1335f3d5077cdebfa953bc52e9cc49c64c13 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 05:35:48 +0200 Subject: Merging debian version 6.8.11-1. Signed-off-by: Daniel Baumann --- ...inux-headers-6.8.9-progress7.99-loongson-3.postinst | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 debian/linux-headers-6.8.9-progress7.99-loongson-3.postinst (limited to 'debian/linux-headers-6.8.9-progress7.99-loongson-3.postinst') diff --git a/debian/linux-headers-6.8.9-progress7.99-loongson-3.postinst b/debian/linux-headers-6.8.9-progress7.99-loongson-3.postinst deleted file mode 100644 index df15d9ea9..000000000 --- a/debian/linux-headers-6.8.9-progress7.99-loongson-3.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/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-loongson-3"; - -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