mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-16 08:12:32 +01:00
14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
|
# remove from airootfs!
|
||
|
[Trigger]
|
||
|
Operation = Install
|
||
|
Type = Package
|
||
|
Target = glibc
|
||
|
|
||
|
[Action]
|
||
|
Description = Uncommenting en_US.UTF-8 locale and running locale-gen...
|
||
|
When = PostTransaction
|
||
|
Depends = glibc
|
||
|
Depends = sed
|
||
|
Depends = sh
|
||
|
Exec = /bin/sh -c "sed -i 's/#\(en_US\.UTF-8\)/\1/' /etc/locale.gen && locale-gen"
|