From 631fef79feb0063d1e8000cc17746f1725084a91 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 21 Feb 2021 21:54:20 -0500 Subject: [arm/libre-testing/systemd]: v247.3 --- libre-testing/systemd/systemd.install | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libre-testing/systemd/systemd.install') diff --git a/libre-testing/systemd/systemd.install b/libre-testing/systemd/systemd.install index fedc747ea..417110181 100644 --- a/libre-testing/systemd/systemd.install +++ b/libre-testing/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 -- cgit v1.2.3