#! /bin/sh

rm -rf /usr/share/themes/Hitech/gtk-2.0/*.cache

if [ "`readlink /etc/hildon/theme`" = /usr/share/themes/Hitech ]; then
  /usr/bin/personalisation /usr/share/themes/default
fi
