vp-build/srcpkgs/kernel-snapshot/REMOVE
Juan RP a154764d77 kernel-snapshot: update to 2.6.34-rc3.
--HG--
extra : convert_revision : f623d9acd0dc26d414163845a9e96972dd3d798e
2010-03-31 00:18:22 +02:00

11 lines
129 B
Plaintext

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