Remove excess systemd unit removal line

This commit is contained in:
Pavel Šimerda
2012-02-15 14:58:10 +01:00
parent a87d00d799
commit 45cb871a18

View File

@@ -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