void-packages/srcpkgs/kernel-snapshot/REMOVE
Juan RP 30e93e6144 kernel-snapshot: update to 2.6.38-rc8.
--HG--
branch : gnome3
2011-03-08 09:28:54 +01:00

11 lines
132 B
Plaintext

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