post_install() {
# Update grub
update-grub
}

post_upgrade() {
# Update grub
update-grub
}

pre_remove() {
# Update grub
update-grub
}
