From: Bartosz Świątek Date: Tue, 12 Mar 2013 21:43:58 +0000 (+0100) Subject: - systemd scriptlets disabled again X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpostfix.git;a=commitdiff_plain;h=6645179ed6dc11a0cca0b3d0a31c3ab2856fa755 - systemd scriptlets disabled again --- diff --git a/postfix.spec b/postfix.spec index e46be49..c14ca6d 100644 --- a/postfix.spec +++ b/postfix.spec @@ -403,14 +403,14 @@ fi %{_bindir}/newaliases /sbin/chkconfig --add postfix %service postfix restart "Postfix Daemon" -%systemd_post +#%%systemd_post %preun if [ "$1" = "0" ]; then %service postfix stop /sbin/chkconfig --del postfix fi -%systemd_preun +#%%systemd_preun %postun /sbin/ldconfig @@ -419,7 +419,7 @@ if [ "$1" = "0" ]; then %userremove postfix %groupremove postfix fi -%systemd_postun +#%%systemd_postun %files %defattr(644,root,root,755)