diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 19:25:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 19:25:53 +0000 |
commit | 29cf2cc773d32e768ef3cfc6f2d3fd87cecad375 (patch) | |
tree | a99987981ec220e043bd299ace2909988f69751f /debian/linux-headers-5.10.0-29progress6u1-parisc.postinst | |
parent | Merging upstream version 5.10.218. (diff) | |
download | linux-29cf2cc773d32e768ef3cfc6f2d3fd87cecad375.tar.xz linux-29cf2cc773d32e768ef3cfc6f2d3fd87cecad375.zip |
Merging debian version 5.10.218-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/linux-headers-5.10.0-29progress6u1-parisc.postinst')
-rwxr-xr-x | debian/linux-headers-5.10.0-29progress6u1-parisc.postinst | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/linux-headers-5.10.0-29progress6u1-parisc.postinst b/debian/linux-headers-5.10.0-29progress6u1-parisc.postinst deleted file mode 100755 index 3685de98c..000000000 --- a/debian/linux-headers-5.10.0-29progress6u1-parisc.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert <michael.s.gilbert@gmail.com> -# 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 = "5.10.0-29progress6u1-parisc"; - -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__ |