From 6e88facc72e95c8111f1dd6097d46b9cb3ecb698 Mon Sep 17 00:00:00 2001 From: Mike Staszel Date: Tue, 6 Jul 2010 05:45:32 -0700 Subject: [PATCH] kernel 2.6.34.1 now cleans up properly after itself --- core/kernel26-withlinux/kernel26-withlinux.install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/kernel26-withlinux/kernel26-withlinux.install b/core/kernel26-withlinux/kernel26-withlinux.install index 588843843..77e933df5 100644 --- a/core/kernel26-withlinux/kernel26-withlinux.install +++ b/core/kernel26-withlinux/kernel26-withlinux.install @@ -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 }