]> git.pld-linux.org Git - packages/systemd.git/commitdiff
since 240 /var/lib/systemd/timesync needs to be directory instead of symlink
authorJan Palus <atler@pld-linux.org>
Sat, 13 Apr 2019 13:38:06 +0000 (15:38 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 13 Apr 2019 13:38:06 +0000 (15:38 +0200)
systemd.spec

index c51c15518d590f955e95b27564552d89934d4dcd..bad19a1fe338cb2425282fb856dc92fc87e63f8f 100644 (file)
@@ -1003,6 +1003,11 @@ if [ -L /etc/systemd/system/getty.target.wants/getty@.service ] ; then
        rm -f /etc/systemd/system/getty.target.wants/getty@.service || :
 fi
 
+%triggerpostun units -- systemd-units < 1:242
+if [ -L /var/lib/systemd/timesync ] ; then
+       rm -f /var/lib/systemd/timesync || :
+fi
+
 %post inetd
 %systemd_reload
 # Do not change it to restart, we only want to start new services here
This page took 0.661075 seconds and 4 git commands to generate.