Koushik Dutta | cdb6335 | 2010-06-09 15:49:44 -0700 | [diff] [blame] | 1 | #!/sbin/sh |
2 | mkdir -p /sd-ext | ||||
Koushik Dutta | 1741dcd | 2010-06-11 00:49:49 -0700 | [diff] [blame^] | 3 | rm /cache/recovery/command |
4 | rm /cache/update.zip | ||||
5 | touch /tmp/.ignorebootmessage | ||||
Koushik Dutta | cdb6335 | 2010-06-09 15:49:44 -0700 | [diff] [blame] | 6 | kill $(ps | grep /sbin/adbd) |
7 | kill $(ps | grep /sbin/recovery) | ||||
Koushik Dutta | 1741dcd | 2010-06-11 00:49:49 -0700 | [diff] [blame^] | 8 | exit 1 |