diff options
author | Britney Fransen <brfransen@gmail.com> | 2020-10-04 15:13:05 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2020-10-04 15:13:05 (GMT) |
commit | 9565efd2b2bd2ba88007e48be092882a3546770d (patch) | |
tree | 7538706f6975979d74792694205102391ccf24a4 /abs/core/systemd/systemd.install | |
parent | 3c4fac66d04ee4579a0329bd089f59f8cc7abad5 (diff) | |
download | linhes_pkgbuild-9565efd2b2bd2ba88007e48be092882a3546770d.zip linhes_pkgbuild-9565efd2b2bd2ba88007e48be092882a3546770d.tar.gz linhes_pkgbuild-9565efd2b2bd2ba88007e48be092882a3546770d.tar.bz2 |
systemd: update to 246.6
Diffstat (limited to 'abs/core/systemd/systemd.install')
-rw-r--r-- | abs/core/systemd/systemd.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/systemd/systemd.install b/abs/core/systemd/systemd.install index fedc747..4171101 100644 --- a/abs/core/systemd/systemd.install +++ b/abs/core/systemd/systemd.install @@ -53,6 +53,15 @@ _233_75_3_changes() { fi } +_242_0_2_changes() { + if [[ -L var/lib/systemd/timesync ]]; then + rm var/lib/systemd/timesync + if [[ -d var/lib/private/systemd/timesync ]]; then + mv var/lib/{private/,}systemd/timesync + fi + fi +} + post_install() { systemd-machine-id-setup @@ -87,6 +96,7 @@ post_upgrade() { 230-1 232-8 233.75-3 + 242.0-2 ) for v in "${upgrades[@]}"; do |