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