summaryrefslogtreecommitdiffstats
path: root/debian/linux-headers-5.10.0-29progress6u1-parisc.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 19:25:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 19:25:53 +0000
commit29cf2cc773d32e768ef3cfc6f2d3fd87cecad375 (patch)
treea99987981ec220e043bd299ace2909988f69751f /debian/linux-headers-5.10.0-29progress6u1-parisc.postinst
parentMerging upstream version 5.10.218. (diff)
downloadlinux-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-xdebian/linux-headers-5.10.0-29progress6u1-parisc.postinst18
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__