Delete leftover kernel update hooks

This commit is contained in:
Colin Walters 2013-07-09 20:38:05 -04:00
parent 89181c4e8e
commit 12c76188c0
2 changed files with 0 additions and 21 deletions

View File

@ -1,11 +0,0 @@
#!/bin/sh
version=$1
if [ -z "$version" ]; then
echo "$0: kernel version required"
exit 1
fi
rm -fR "/ostree/modules/${version}"
rm -fR "/boot/initramfs-ostree-${version}.img"

View File

@ -1,10 +0,0 @@
#!/bin/sh
version=$1
if [ -z "$version" ]; then
echo "$0: kernel version required"
exit 1
fi
ostree admin update-kernel /ostree/current/ ${version}