From cce8a6c59ba5062594dc8665c7faa1f04ec96491 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 8 May 2024 06:20:13 +0200 Subject: Merging debian version 4.19.289-2. Signed-off-by: Daniel Baumann --- .../linux-headers-4.19.0-25progress5u1-octeon.postinst | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 debian/linux-headers-4.19.0-25progress5u1-octeon.postinst (limited to 'debian/linux-headers-4.19.0-25progress5u1-octeon.postinst') diff --git a/debian/linux-headers-4.19.0-25progress5u1-octeon.postinst b/debian/linux-headers-4.19.0-25progress5u1-octeon.postinst deleted file mode 100644 index 60dacefa1..000000000 --- a/debian/linux-headers-4.19.0-25progress5u1-octeon.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 = "4.19.0-25progress5u1-octeon"; - -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