void-packages/srcpkgs/kernel-snapshot/REMOVE
2011-05-11 13:09:55 +02:00

10 lines
132 B
Text

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