mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
kernel 2.6.34.1 now cleans up properly after itself
This commit is contained in:
parent
538a511837
commit
6e88facc72
1 changed files with 2 additions and 0 deletions
|
@ -13,10 +13,12 @@ if [ $INSTALLLOCATION -eq 1 ]; then
|
|||
rm -rf /boot/uImage
|
||||
/usr/share/plugapps/kernel/README-2.6.34.1 --rootkernel
|
||||
mv /boot/sheeva-2.6.34.1-uImage /boot/uImage
|
||||
rm -rf /sheeva-*
|
||||
fi
|
||||
|
||||
if [ $INSTALLLOCATION -eq 2 ]; then
|
||||
/usr/share/plugapps/kernel/README-2.6.34.1 --nandkernel
|
||||
rm -rf /sheeva-*
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue