mirror of
https://github.com/BioArchLinux/iso.git
synced 2025-03-10 06:14:01 +00:00
13 lines
228 B
Text
13 lines
228 B
Text
# stolen from archiso releng
|
|
[Trigger]
|
|
Operation = Install
|
|
Type = Package
|
|
Target = glibc
|
|
|
|
[Action]
|
|
Description = Running locale-gen...
|
|
When = PostTransaction
|
|
Depends = glibc
|
|
Depends = sed
|
|
Depends = sh
|
|
Exec = /usr/bin/locale-gen
|