From 052a7b2e0286b660023319990f6fc3a3c0b63362 Mon Sep 17 00:00:00 2001 From: Giulio Cervera Date: Tue, 26 Apr 2011 01:05:34 +0200 Subject: cm: remove tmp file on boot Change-Id: I5bf329663e675fa98e8e269a67b56fc28d37591e --- prebuilt/common/etc/init.d/06mountdl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'prebuilt/common/etc') diff --git a/prebuilt/common/etc/init.d/06mountdl b/prebuilt/common/etc/init.d/06mountdl index bed7019..748171f 100755 --- a/prebuilt/common/etc/init.d/06mountdl +++ b/prebuilt/common/etc/init.d/06mountdl @@ -10,4 +10,6 @@ then mount -o bind /data/local/download /cache/download fi +rm /cache/download/downloadfile*.apk + exit 0 -- cgit v1.1