#
# This script removes the initramfs.
case "${ACTION}" in
post)
update-initramfs -d -k ${VERSION}-xen-dom0
;;
esac