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