iso-profiles/mabox-en/live-overlay/usr/bin/mb-langfiles.sh

15 lines
212 B
Bash
Executable File

#!/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