2010-03-13 09:36:02 +01:00
|
|
|
#
|
|
|
|
# This script removes the initramfs.
|
|
|
|
#
|
2010-12-22 12:24:59 +01:00
|
|
|
_KVER="2.6.37-rc7"
|
2010-03-13 09:36:02 +01:00
|
|
|
|
|
|
|
case "${ACTION}" in
|
|
|
|
post)
|
2010-12-07 16:45:11 +01:00
|
|
|
update-initramfs -d -t -k ${_KVER}
|
2010-03-13 09:36:02 +01:00
|
|
|
;;
|
|
|
|
esac
|