#!/bin/sh
. /etc/init.d/tc-functions

# Copy over any new /etc/skel items.
setupHome

if [ ! -d /opt/backgrounds ]
then
	mkdir /opt/backgrounds
	chmod g+w /opt/backgrounds 2>/dev/null
fi
sudo chown -R root.staff /usr/local/tce.installed 2>/dev/null
sudo chmod -R 775 /usr/local/tce.installed 2>/dev/null
