kimberly-build/archiso/airootfs/etc/pacman.d/hooks/40-locale-gen.hook
2021-04-02 15:38:05 +02:00

14 lines
315 B
Text

# 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"