Comment 7 for bug 1792189

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

I.e. instead of the current

$ cat debian/linux-firmware.postinst

#!/bin/sh

set -e

if [ -x /usr/sbin/update-initramfs ]; then
 /usr/sbin/update-initramfs -u -k all
fi

#DEBHELPER#

It should do instead

$ cat cat debian/linux-firmware.triggers
activate-noawait update-initramfs