From 32e469e87f26539b2fc0267fbb68828ccbb941af Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 20:43:42 +0200 Subject: Adding debian version 6.7.9-1. Signed-off-by: Daniel Baumann --- debian/linux-headers-6.7.7-riscv64.postinst | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 debian/linux-headers-6.7.7-riscv64.postinst (limited to 'debian/linux-headers-6.7.7-riscv64.postinst') diff --git a/debian/linux-headers-6.7.7-riscv64.postinst b/debian/linux-headers-6.7.7-riscv64.postinst deleted file mode 100644 index c6b11cd14..000000000 --- a/debian/linux-headers-6.7.7-riscv64.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.7.7-riscv64"; - -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