2010-03-13 08:36:02 +00:00
|
|
|
#
|
|
|
|
# This script removes the initramfs.
|
|
|
|
#
|
2011-07-05 14:24:50 +00:00
|
|
|
_KVER="3.0.0-rc6"
|
2010-03-13 08:36:02 +00:00
|
|
|
|
|
|
|
case "${ACTION}" in
|
|
|
|
post)
|
2010-12-07 15:45:11 +00:00
|
|
|
update-initramfs -d -t -k ${_KVER}
|
2010-03-13 08:36:02 +00:00
|
|
|
;;
|
|
|
|
esac
|