mirror of
https://github.com/Snigdha-OS/snigdhaos-archiso.git
synced 2025-09-05 12:16:40 +02:00
12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
[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" |