void-packages/srcpkgs/kernel-snapshot/REMOVE
2010-05-10 10:28:40 +02:00

11 lines
129 B
Plaintext

#
# This script removes the initramfs.
#
_KVER="2.6.34-rc7"
case "${ACTION}" in
post)
update-initramfs -d -k ${_KVER}
;;
esac