mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/systemd to 249-3
This commit is contained in:
parent
83db4ff0e0
commit
e6fc8932e5
2 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,7 @@ pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
|
||||||
_tag='b134c9cc4b02eddca2ea098324369018123fdf15' # git rev-parse v${_tag_name}
|
_tag='b134c9cc4b02eddca2ea098324369018123fdf15' # git rev-parse v${_tag_name}
|
||||||
_tag_name=249
|
_tag_name=249
|
||||||
pkgver="${_tag_name/-/}"
|
pkgver="${_tag_name/-/}"
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://www.github.com/systemd/systemd'
|
url='https://www.github.com/systemd/systemd'
|
||||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||||
|
|
|
@ -47,6 +47,10 @@ post_install() {
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
post_common "$@"
|
post_common "$@"
|
||||||
|
|
||||||
|
if sd_booted; then
|
||||||
|
systemctl --system daemon-reexec
|
||||||
|
fi
|
||||||
|
|
||||||
local v upgrades=(
|
local v upgrades=(
|
||||||
242.0-2
|
242.0-2
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue