]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- plymouth: reload unit files on install/uninstall auto/th/systemd-44-6
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 28 Mar 2012 20:43:35 +0000 (20:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    systemd.spec -> 1.139

systemd.spec

index 3f01102ae3fe636327923df2e4bccf98f4b1c239..a56f9fc20881bb04a89c8cf7cd9c68c7ebefc154 100644 (file)
@@ -16,7 +16,7 @@ Summary:      A System and Service Manager
 Summary(pl.UTF-8):     systemd - zarządca systemu i usług dla Linuksa
 Name:          systemd
 Version:       44
-Release:       5
+Release:       6
 License:       GPL v2+
 Group:         Base
 Source0:       http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
@@ -482,6 +482,12 @@ rm -f %{_sysconfdir}/systemd/system/multi-user.target.wants/network-post.service
 %post no-compat-tmpfiles
 %{__sed} -i -e '/^#/!s/^/# /g' %{_sysconfdir}/tmpfiles.d/compat-pld-var-run.conf
 
+%post plymouth
+%systemd_reload
+
+%postun plymouth
+%systemd_reload
+
 %files
 %defattr(644,root,root,755)
 %doc DISTRO_PORTING README TODO
This page took 0.279398 seconds and 4 git commands to generate.