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