mabox-langfiles fix

This commit is contained in:
Daniel Napora 2021-05-26 14:00:26 +02:00
parent e84af0d5db
commit 84e11de32b

View File

@ -10,12 +10,9 @@ if [ ! -f "$FILE" ]; then
es*)
rsync -a /usr/share/mabox/lang/es/ $HOME/
;;
en*)
*)
rsync -a /usr/share/mabox/lang/en/ $HOME/
;;
*)
exit 0
;;
esac
touch $HOME/.config/mabox/.lang
fi