From 6645179ed6dc11a0cca0b3d0a31c3ab2856fa755 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Bartosz=20=C5=9Awi=C4=85tek?= <shadzik@tld-linux.org>
Date: Tue, 12 Mar 2013 22:43:58 +0100
Subject: [PATCH] - systemd scriptlets disabled again

---
 postfix.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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)
-- 
2.49.0