From 45cb871a18db63d3c4976301d4525cf8f20f0d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Wed, 15 Feb 2012 14:58:10 +0100 Subject: [PATCH] Remove excess systemd unit removal line --- strongswan.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/strongswan.spec b/strongswan.spec index 5f903c9..4a282f7 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -58,7 +58,6 @@ chmod 700 %{buildroot}%{_sysconfdir}/%{name} # setup systemd unit or initscript %if 0%{?fedora} >= 15 || 0%{?rhel} >= 7 %else -rm %{buildroot}/lib/systemd/system/%{name}.service install -m 755 init/sysvinit/%{name} %{buildroot}/%{_initddir}/%{name} %endif