aur/locale-en_ru/locale-en_ru.install

8 lines
100 B
Plaintext

post_install() {
localedef -c -i en_RU -f UTF-8 en_RU.utf8
}
post_upgrade() {
post_install
}