blob: f215250e868697adb994d58cf0d2d8fc8150d296 [file] [log] [blame]
Koushik Duttacdb63352010-06-09 15:49:44 -07001#!/sbin/sh
2mkdir -p /sd-ext
Koushik Dutta1741dcd2010-06-11 00:49:49 -07003rm /cache/recovery/command
4rm /cache/update.zip
5touch /tmp/.ignorebootmessage
Koushik Duttacdb63352010-06-09 15:49:44 -07006kill $(ps | grep /sbin/adbd)
7kill $(ps | grep /sbin/recovery)
Koushik Dutta1741dcd2010-06-11 00:49:49 -07008exit 1