vp-build/srcpkgs/kernel-snapshot/REMOVE
Juan RP d09de5e522 kernel-snapshot: update to 2.6.34-rc6.
--HG--
extra : convert_revision : a51aeeb0ccabd552b1547814264115536b78360c
2010-04-30 17:32:15 +02:00

11 lines
129 B
Plaintext

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