Reverting last commit
This commit is contained in:
parent
6fe4840e32
commit
4d3f5e1ba4
1 changed files with 1 additions and 4 deletions
|
@ -11,10 +11,7 @@ dist=`lsb_release -is`
|
|||
echo "Generating locales"
|
||||
for i in `ls /usr/share/airtime/locale | grep ".._.."`; do
|
||||
if [ "$dist" = "Debian" ]; then
|
||||
grep -q "$i" /etc/locale.gen
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "$i.UTF-8 UTF-8" >> /etc/locale.gen
|
||||
fi
|
||||
echo "$i.UTF-8 UTF-8" >> /etc/locale.gen
|
||||
else
|
||||
locale-gen "$i.utf8"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue