#! /bin/sh
CONF=/home/user/.apwalrc.xml

if [ -e /usr/bin/maemo-select-menu-location ] ; then
 maemo-select-menu-location apwal.desktop tana_fi_settings
fi

if [ ! -e $CONF ] ; then
	cp /usr/share/apwalrc.xml.maemo $CONF
fi

chown user:users $CONF
chmod 664 $CONF 

