From cb307c8fe92409021fc7d575567834e6abd58341 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 8 May 2024 19:48:35 +0200 Subject: Regenerating debian files. Signed-off-by: Daniel Baumann --- debian/linux-image-5.10.0-29-sh7751r.preinst | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 debian/linux-image-5.10.0-29-sh7751r.preinst (limited to 'debian/linux-image-5.10.0-29-sh7751r.preinst') diff --git a/debian/linux-image-5.10.0-29-sh7751r.preinst b/debian/linux-image-5.10.0-29-sh7751r.preinst deleted file mode 100755 index 95eb182d4..000000000 --- a/debian/linux-image-5.10.0-29-sh7751r.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=5.10.0-29-sh7751r -image_path=/boot/vmlinuz-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 -- cgit v1.2.3