#!/bin/sh

if [ ! -e ~/xfhell ] ; then
	mkdir -p ~/xfhell/pixbuf
	cp /usr/share/xfhell/xfhellrc ~/xfhell
	ln -s /usr/share/xfhell/fonts ~/xfhell
fi

/usr/bin/xfhell
