#!/bin/bash
#
case $LANG in
pl*)
rsync -a /usr/share/mabox/lang/pl/ /home/mabox/
;;
es*)
rsync -a /usr/share/mabox/lang/es/ /home/mabox/
*)
exit 0
esac