#!/bin/sh
if [ ! -d $HOME/.xtlf ]; then
	mkdir $HOME/.xtlf
	cp -a /usr/share/xtlf/config/* $HOME/.xtlf
fi
exec /usr/share/xtlf/xtlf.pl
exit 0
