fix mabox-langfiles

master
Daniel Napora 2020-08-25 00:35:23 +02:00
parent 06c85a1cfe
commit ce2005c7fa
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ FILE="$HOME/.config/mabox/.lang"
if [ ! -f "$FILE" ]; then
case $LANG in
pl*)
rsync -a /usr/share/mabox/lang/pl/ $HOME/.config/
rsync -a /usr/share/mabox/lang/pl/ $HOME/
;;
es*)
rsync -a /usr/share/mabox/lang/es/ $HOME/.config/
rsync -a /usr/share/mabox/lang/es/ $HOME/
;;
*)
exit 0