archx/archx-resources/locale-fix.hook
2023-02-16 19:04:43 +01:00

11 lines
309 B
Plaintext

[Trigger]
Operation = Install
Operation = Upgrade
Type = Path
Target = usr/share/i18n/locales/iso14651_t1_common
[Action]
Description = Fixing locale sort...
When = PostTransaction
Exec = /usr/bin/bash -c "sed -i 's/<U002E> IGNORE/<U002E> <RES-1>/g' /usr/share/i18n/locales/iso14651_t1_common && locale-gen"