#! /bin/sh

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

find /usr/share/themes/blackplastictheme-themedir/* -maxdepth 0 ! -name variations | xargs  rm -rf
