arch/pkg/de-p1st-locale/.install
2021-05-13 19:16:03 +02:00

18 lines
349 B
Plaintext

post_install() {
holo apply --force file:/etc/locale.gen
holo apply --force file:/etc/locale.conf
holo apply --force file:/etc/localtime
locale-gen
}
post_upgrade() {
holo apply --force file:/etc/locale.gen
holo apply --force file:/etc/locale.conf
holo apply --force file:/etc/localtime
locale-gen
}
post_remove() {
holo apply
}