From 5ad4f9be0fc0a6af21787f3312381b5bfa7a430c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 16 Apr 2024 05:23:21 +0200 Subject: Merging debian version 6.1.85-1. Signed-off-by: Daniel Baumann --- ...inux-headers-6.1.0-19progress7u1-4kc-malta.postinst | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 debian/linux-headers-6.1.0-19progress7u1-4kc-malta.postinst (limited to 'debian/linux-headers-6.1.0-19progress7u1-4kc-malta.postinst') diff --git a/debian/linux-headers-6.1.0-19progress7u1-4kc-malta.postinst b/debian/linux-headers-6.1.0-19progress7u1-4kc-malta.postinst deleted file mode 100755 index 9f6eeb63b..000000000 --- a/debian/linux-headers-6.1.0-19progress7u1-4kc-malta.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.1.0-19progress7u1-4kc-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