grub2: grub install on target is the installers job

- Removing postinst on target

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
This commit is contained in:
Babak Sarashki 2020-06-25 10:36:40 -07:00
parent 138526bc3f
commit 1d9e0b9cb0

View File

@ -11,7 +11,3 @@ do_install_append() {
}
FILES_${PN}-editenv = "${bindir}/grub2-editenv"
pkg_postinst_ontarget_${PN}() {
grub-mkconfig -o /boot/grub/grub.cfg
}