#!/bin/sh

#ldconfig -r .
chmod 755 /etc/mateconf/mateconf.xml.system

# reload the config
PID=`pidof mateconfd-2`
if [ ! -z "${PID}" ]; then
	kill ${PID}
fi
