void-packages/srcpkgs/kernel-snapshot/REMOVE
2011-06-21 09:32:58 +02:00

10 lines
131 B
Text

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