#!/bin/sh
# A script to run PlanMaker
if test ! -e $HOME/.softmaker/hunspell
then
    mkdir -p $HOME/.softmaker/hunspell/
    cp -r /usr/lib/softmaker-freeoffice/hunspell/* $HOME/.softmaker/hunspell/
fi
/usr/lib/softmaker-freeoffice/planmaker "$@"
