void-packages/srcpkgs/xen4.2/xen4.2-hypervisor.INSTALL

9 lines
170 B
Text
Raw Normal View History

case "${ACTION}" in
post)
# Regenerates GRUB menu if it's installed.
if [ -x usr/sbin/grub-mkconfig ]; then
usr/sbin/grub-mkconfig -o boot/grub/grub.cfg
fi
;;
esac