fix locale?

This commit is contained in:
Daniel Langbein 2021-05-13 19:16:03 +02:00
parent 013ff999fb
commit fc79d277ae
2 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,14 @@
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
}

View File

@ -2,7 +2,7 @@
_pkgname=locale
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.9
pkgver=0.0.10
pkgrel=1
pkgdesc="locale and timezone"
arch=('any')