#! /bin/sh

gconftool-2 -t bool -s /apps/osso/inputmethod/hildon-im-languages/he_IL/next-word-prediction false
gconftool-2 -t bool -s /apps/osso/inputmethod/hildon-im-languages/he_IL/auto-capitalisation false
gconftool-2 -t bool -s /apps/osso/inputmethod/hildon-im-languages/he_IL/word-completion false
gconftool-2 -t bool -s /apps/osso/inputmethod/hildon-im-languages/he_IL/insert-space-after-word false

if [ -x "/etc/init.d/hebrew" ]; then
        update-rc.d hebrew defaults >/dev/null
        /etc/init.d/hebrew start 
fi

