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