arch/pkg/de-p1st-locale/.install

19 lines
350 B
Plaintext
Raw Normal View History

2021-05-02 17:19:20 +02:00
post_install() {
2021-05-02 20:09:13 +02:00
holo apply --force file:/etc/locale.conf
holo apply --force file:/etc/locale.gen
holo apply --force file:/etc/localtime
2021-05-02 17:19:20 +02:00
locale-gen
}
post_upgrade() {
2021-05-02 20:09:13 +02:00
holo apply --force file:/etc/locale.conf
holo apply --force file:/etc/locale.gen
holo apply --force file:/etc/localtime
2021-05-02 17:19:20 +02:00
locale-gen
}
post_remove() {
holo apply
}