4697b687b8
--HG-- extra : convert_revision : 09e24a6b9ee94beb6affa67f855af88dfb430e1d
10 lines
129 B
Text
10 lines
129 B
Text
#
|
|
# This script removes the initramfs.
|
|
#
|
|
_KVER="2.6.34-rc2"
|
|
|
|
case "${ACTION}" in
|
|
post)
|
|
update-initramfs -d -k ${_KVER}
|
|
;;
|
|
esac
|