summaryrefslogtreecommitdiffstats
path: root/abs/core/systemd/systemd.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/systemd/systemd.install')
-rw-r--r--abs/core/systemd/systemd.install10
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