I'm modifying the Ubuntu Kernel and I've noticed: Whenever I install Kernel updates from the main repos initramfs and grub are updated automatically. However, in compiled kernels these steps are completed outside of the install of the newly created kernel.
I'm loosely following the directions from: Ubuntu KerenelTeam Wiki: Git Kernel Building
How can I produce the same effect for my version of the kernel packages? Would this require a third package that depends on the image/header produced which then runs the final setup scripts?

kernel-packageto build the kernel? – enzotib Jul 30 '11 at 17:41make-kpkgcommand line you're using, and the output you obtain during installation of the generated package? – enzotib Jul 30 '11 at 21:29