934126086b
--HG-- extra : convert_revision : 13b4530b75f0d13de382056baedef3be6d506b00
10 lines
129 B
Text
10 lines
129 B
Text
#
|
|
# This script removes the initramfs.
|
|
#
|
|
_KVER="2.6.34-rc4"
|
|
|
|
case "${ACTION}" in
|
|
post)
|
|
update-initramfs -d -k ${_KVER}
|
|
;;
|
|
esac
|