summaryrefslogtreecommitdiff
path: root/libre-testing/systemd/systemd.install
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-02-21 21:54:20 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2021-02-25 00:00:41 -0500
commit631fef79feb0063d1e8000cc17746f1725084a91 (patch)
tree88287075138c65b03300d3fe135310ed34c74652 /libre-testing/systemd/systemd.install
parent7650fab4b2f279f32161418f661cffa78913e40a (diff)
downloadabslibre-631fef79feb0063d1e8000cc17746f1725084a91.tar.gz
abslibre-631fef79feb0063d1e8000cc17746f1725084a91.tar.bz2
abslibre-631fef79feb0063d1e8000cc17746f1725084a91.zip
[arm/libre-testing/systemd]: v247.3
Diffstat (limited to 'libre-testing/systemd/systemd.install')
-rw-r--r--libre-testing/systemd/systemd.install10
1 files changed, 10 insertions, 0 deletions
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