#!/system/bin/sh
# 

busybox mount -o rw,remount /system
rm -R /cache
busybox mount -o ro,remount /system
reboot
sync
