void-packages/srcpkgs/kernel-snapshot/REMOVE
Juan RP aad02e9480 kernel-snapshot: update to 2.6.39-rc1.
--HG--
branch : gnome3
2011-03-30 10:33:30 +02:00

11 lines
132 B
Plaintext

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