void-packages/srcpkgs/xen/xen-hypervisor.INSTALL
Juan RP b556627897 xen{,4.2}: update to 4.3.1 and 4.2.3 respectively.
Splitted xen pkg into smaller packages:
	- xen-hypervisor (contains just the hypervisor)
	- xen-libs (contains the shared libraries)
	- xen (contains all utilities)
2013-11-16 11:59:27 +01:00

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