diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 19:25:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 19:25:32 +0000 |
commit | 1cbf6d5eb20b0336ccc2b66f932ed67a56b7af0b (patch) | |
tree | 92e1813ba37c4aa4a27ab08477bf487b1fda2c35 /debian/linux-headers-5.10.0-29-s390x.postinst | |
parent | Merging upstream version 5.10.218. (diff) | |
download | linux-debian/5.10.218-1.tar.xz linux-debian/5.10.218-1.zip |
Adding debian version 5.10.218-1.debian/5.10.218-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/linux-headers-5.10.0-29-s390x.postinst')
-rwxr-xr-x | debian/linux-headers-5.10.0-29-s390x.postinst | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/linux-headers-5.10.0-29-s390x.postinst b/debian/linux-headers-5.10.0-29-s390x.postinst deleted file mode 100755 index 3d34a9f42..000000000 --- a/debian/linux-headers-5.10.0-29-s390x.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-29-s390x"; - -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__ |