void-packages/srcpkgs/kernel-snapshot/REMOVE
2011-06-14 08:19:43 +02:00

11 lines
131 B
Plaintext

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