mirror of
https://github.com/ivabus/aur
synced 2024-11-10 02:05:15 +03:00
8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
post_install() {
|
|
localedef -c -i en_RU -f UTF-8 en_RU.utf8
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|