🧹 chore: updates min

This commit is contained in:
eshanized
2025-01-09 14:37:29 +05:30
parent 286776656c
commit a323192d84
2 changed files with 38 additions and 31 deletions

View File

@@ -0,0 +1,12 @@
[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"