android_device_htc_leo/initrd/initrd_files/bootcomplete.htcleo.rc
Arif Ali bde4c9ced6 leo: Added the initrd uncompressed
will try to add to the build process somehow to create the initrd.gz from this directory
2011-09-04 11:59:04 +01:00

11 lines
460 B
Plaintext
Executable File

rm -r /data/data/com.android.browser/cache
mkdir /app-cache/com.android.browser
chmod 755 /app-cache/com.android.browser
chownto /app-cache/com.android.browser /data/data/com.android.browser
mkdir /app-cache/com.android.browser/cache
chmod 755 /app-cache/com.android.browser/cache
chownto /app-cache/com.android.browser/cache /data/data/com.android.browser
ln -s /app-cache/com.android.browser/cache /data/data/com.android.browser/cache
rm -r /data/app-cache