#!/bin/sh # remove cached data if [ -d /var/cache/meegotouch ]; then rm -rf /var/cache/meegotouch fi