From 91d48d649b954ad0cbe4443e512c53d930aac019 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 7 Aug 2024 15:14:32 +0200 Subject: Merging debian version 6.9.9-1. Signed-off-by: Daniel Baumann --- ...x-image-6.9.8-progress7.99-cloud-amd64.postinst | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 debian/linux-image-6.9.8-progress7.99-cloud-amd64.postinst (limited to 'debian/linux-image-6.9.8-progress7.99-cloud-amd64.postinst') diff --git a/debian/linux-image-6.9.8-progress7.99-cloud-amd64.postinst b/debian/linux-image-6.9.8-progress7.99-cloud-amd64.postinst deleted file mode 100644 index b6841a748a..0000000000 --- a/debian/linux-image-6.9.8-progress7.99-cloud-amd64.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=6.9.8-progress7.99-cloud-amd64 -image_path=/boot/vmlinuz-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 -- cgit v1.2.3