void-packages/srcpkgs/kernel-snapshot/REMOVE
2010-11-22 01:57:00 +01:00

10 lines
129 B
Text

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