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

9 lines
120 B
Text
Raw Normal View History

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