#!/bin/sh
set -e

if [ "xky_KG UTF-8" != "x$(cat /etc/locale.gen | grep kk_KZ)" ]; then
	sed -i '$a ky_KG UTF-8' /etc/locale.gen;
	locale-gen;
fi
