diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 04:20:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 04:20:57 +0000 |
commit | ca6afb99dc5323c08e159c09a3c1ce9a799ae4e9 (patch) | |
tree | 2e60840a838687c63b0ba56fddcad3e941c92757 /debian/linux-headers-4.19.0-25-amd64.postinst | |
parent | Setting abiname to 25progress5u1. (diff) | |
download | linux-ca6afb99dc5323c08e159c09a3c1ce9a799ae4e9.tar.xz linux-ca6afb99dc5323c08e159c09a3c1ce9a799ae4e9.zip |
Regenerating debian files.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/linux-headers-4.19.0-25-amd64.postinst')
-rw-r--r-- | debian/linux-headers-4.19.0-25-amd64.postinst | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/linux-headers-4.19.0-25-amd64.postinst b/debian/linux-headers-4.19.0-25-amd64.postinst deleted file mode 100644 index ef7ecb80b..000000000 --- a/debian/linux-headers-4.19.0-25-amd64.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-25-amd64"; - -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__ |