#! /bin/sh

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

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