kernel-snapshot: update to 2.6.34-rc1.
--HG-- extra : convert_revision : e3c838996418b53b11f1e11ade022e7b745f0da5
This commit is contained in:
10
srcpkgs/kernel-snapshot/REMOVE
Normal file
10
srcpkgs/kernel-snapshot/REMOVE
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# This script removes the initramfs.
|
||||
#
|
||||
_KVER="2.6.34-rc1"
|
||||
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
update-initramfs -d -k ${_KVER}
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user