void-packages/srcpkgs/kernel-snapshot/REMOVE
2010-12-16 11:23:20 +01:00

11 lines
132 B
Plaintext

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