From df73ec60595b1eea3d927cb3cc55aa86d3305032 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 08:16:43 +0200 Subject: Regenerating debian files. Signed-off-by: Daniel Baumann --- debian/linux-headers-6.6.15-rpi.postinst | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 debian/linux-headers-6.6.15-rpi.postinst (limited to 'debian/linux-headers-6.6.15-rpi.postinst') diff --git a/debian/linux-headers-6.6.15-rpi.postinst b/debian/linux-headers-6.6.15-rpi.postinst deleted file mode 100644 index 70bb494ea0..0000000000 --- a/debian/linux-headers-6.6.15-rpi.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.6.15-rpi"; - -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