mirror of
https://github.com/ivabus/aur
synced 2024-11-22 23:25:07 +03:00
11 lines
214 B
Text
11 lines
214 B
Text
|
[Trigger]
|
||
|
Operation = Upgrade
|
||
|
Type = Package
|
||
|
Target = glibc
|
||
|
[Action]
|
||
|
Description = Update en_RU.UTF-8 locale
|
||
|
Depends = locale-en_ru
|
||
|
When = PostTransaction
|
||
|
Exec = /usr/bin/localedef -c -i en_RU -f UTF-8 en_RU.utf8
|
||
|
|