mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
18 lines
349 B
Plaintext
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
|
|
}
|