void-packages/srcpkgs/kernel-xen-dom0/REMOVE

9 lines
120 B
Plaintext

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