diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:29:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:29:40 +0000 |
commit | 94fb06e2ad482660a71d520401951ed4a26a9df0 (patch) | |
tree | 59628c498cdc61dc5437759d1c5ce882347c541a /debian/linux-headers-4.19.0-22-mips64r6.postinst | |
parent | Setting abiname to 22progress5u1. (diff) | |
download | linux-94fb06e2ad482660a71d520401951ed4a26a9df0.tar.xz linux-94fb06e2ad482660a71d520401951ed4a26a9df0.zip |
Regenerating debian files.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/linux-headers-4.19.0-22-mips64r6.postinst')
-rw-r--r-- | debian/linux-headers-4.19.0-22-mips64r6.postinst | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/linux-headers-4.19.0-22-mips64r6.postinst b/debian/linux-headers-4.19.0-22-mips64r6.postinst deleted file mode 100644 index 72c3b1398..000000000 --- a/debian/linux-headers-4.19.0-22-mips64r6.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 = "4.19.0-22-mips64r6"; - -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__ |