void-packages/srcpkgs/kernel-snapshot/REMOVE

11 lines
129 B
Plaintext
Raw Normal View History

#
# This script removes the initramfs.
#
2010-05-10 10:28:40 +02:00
_KVER="2.6.34-rc7"
case "${ACTION}" in
post)
update-initramfs -d -k ${_KVER}
;;
esac