CC-4797: Generate localization locales on install
-done
This commit is contained in:
parent
cffad91840
commit
05fbb9fb20
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ if [[ $EUID -ne 0 ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo "Generating locales"
|
||||
for i in `ls /usr/share/airtime/locale | grep ".._.."`; do locale-gen "$i.utf8"; done
|
||||
|
||||
# Absolute path to this script, e.g. /home/user/bin/foo.sh
|
||||
SCRIPT=`readlink -f $0`
|
||||
# Absolute path this script is in, thus /home/user/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue