b556627897
Splitted xen pkg into smaller packages: - xen-hypervisor (contains just the hypervisor) - xen-libs (contains the shared libraries) - xen (contains all utilities)
8 lines
170 B
Text
8 lines
170 B
Text
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
|