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