vp-build/srcpkgs/kernel-snapshot/REMOVE
Juan RP 9560ab8f46 kernel-snapshot: update to 2.6.34-rc1.
--HG--
extra : convert_revision : e3c838996418b53b11f1e11ade022e7b745f0da5
2010-03-13 09:36:02 +01:00

11 lines
129 B
Plaintext

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