vp-build/srcpkgs/xen/xen-hypervisor.INSTALL

9 lines
170 B
Plaintext

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