#! /bin/sh -e

THEMEDIR='/usr/share/themes/'
ln -s /usr/share/themes/humanity/humanity_icons /usr/share/icons/humanity_icons

if [ ! -d $THEMEDIR ]; then
  exit 0
fi
	  
hildon-theme-cacher $THEMEDIR

exit 0
