From: Bdale Garbee Date: Mon, 17 Mar 2025 00:05:37 +0000 (-0600) Subject: drop the kernel image postinst fragment as no longer needed X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3aa65b6fa0cd8f6ec2b873b2842c663820f68cf0;p=fw%2Fquantimotor drop the kernel image postinst fragment as no longer needed --- diff --git a/debian/quantimotor.install b/debian/quantimotor.install index 057b469..a01e6a5 100644 --- a/debian/quantimotor.install +++ b/debian/quantimotor.install @@ -1,4 +1,3 @@ devicetree/*.dtbo boot/firmware/overlays raspi-extra-cmdline etc/default raspi-firmware-custom etc/default -z99-quantimotor etc/kernel/postinst.d diff --git a/z99-quantimotor b/z99-quantimotor deleted file mode 100755 index 272fd02..0000000 --- a/z99-quantimotor +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# Manually trigger the kernel postinst hook to ensure our new content -# (overlayd and command line content) gets into the initrd -DEB_MAINT_PARAMS="configure" /etc/kernel/postinst.d/z50-raspi-firmware -