bce28e28ff
--HG-- extra : convert_revision : b360c222706b36f24add17cf5f10ff817bd989fc
11 lines
129 B
Plaintext
11 lines
129 B
Plaintext
#
|
|
# This script removes the initramfs.
|
|
#
|
|
_KVER="2.6.34-rc5"
|
|
|
|
case "${ACTION}" in
|
|
post)
|
|
update-initramfs -d -k ${_KVER}
|
|
;;
|
|
esac
|