#! /bin/sh -e
mv /usr/share/themes/humanity/humanity_icons /usr/share/icons/

THEMEDIR='/usr/share/themes/humanity'

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

exit 0
