Merge "cm: remove tmp file on boot" into gingerbread

This commit is contained in:
Ricardo Cerqueira 2011-04-27 19:59:02 +04:00 committed by Gerrit Code Review
commit fcf4fad420

View File

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