Comment 7 for bug 365053

Revision history for this message
Oliver Grawert (ogra) wrote :

i dont think the dependency is wrong, the code in update-initramfs should simply respect that there is no postinst_hook set (like the postinst of the kernel package itself seems to do here) in the linux-image postinst perl script the following code appears:

## Run user hook script here, if any
if ($postinst_hook) {
  &run_hook("postinst", $postinst_hook);
}