aur/locale-en_ru/locale-en_ru.install

8 lines
100 B
Plaintext
Raw Permalink Normal View History

2022-12-11 12:01:24 +03:00
post_install() {
localedef -c -i en_RU -f UTF-8 en_RU.utf8
}
post_upgrade() {
post_install
}