mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix locale?
This commit is contained in:
parent
013ff999fb
commit
fc79d277ae
@ -1,10 +1,14 @@
|
|||||||
post_install() {
|
post_install() {
|
||||||
holo apply --force file:/etc/locale.gen
|
holo apply --force file:/etc/locale.gen
|
||||||
|
holo apply --force file:/etc/locale.conf
|
||||||
|
holo apply --force file:/etc/localtime
|
||||||
locale-gen
|
locale-gen
|
||||||
}
|
}
|
||||||
|
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
holo apply --force file:/etc/locale.gen
|
holo apply --force file:/etc/locale.gen
|
||||||
|
holo apply --force file:/etc/locale.conf
|
||||||
|
holo apply --force file:/etc/localtime
|
||||||
locale-gen
|
locale-gen
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
_pkgname=locale
|
_pkgname=locale
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.9
|
pkgver=0.0.10
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="locale and timezone"
|
pkgdesc="locale and timezone"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
Loading…
Reference in New Issue
Block a user