The source project of this merge request has been removed.
kernel/postinst.d: Don't copy files on remove
The kernel hook gets called on every kernel action, including 'remove'.
When that's the case, copying files to /boot/firmware
does not make sense and can cause problems when /boot/firmware
is (nearly) full.
Closes: #1032186