You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
367 B
13 lines
367 B
# 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 && sed -i 's/#\(de_DE\.UTF-8\)/\1/' /etc/locale.gen && locale-gen"
|
|
|