cm: remove tmp file on boot

Change-Id: I5bf329663e675fa98e8e269a67b56fc28d37591e
This commit is contained in:
Giulio Cervera 2011-04-26 01:05:34 +02:00
parent cbd1ebad5f
commit 052a7b2e02

View File

@ -10,4 +10,6 @@ then
mount -o bind /data/local/download /cache/download
fi
rm /cache/download/downloadfile*.apk
exit 0