#
# This script removes the initramfs.
_KVER="2.6.37-rc7"
case "${ACTION}" in
post)
update-initramfs -d -t -k ${_KVER}
;;
esac