diff --git a/mcstrans.spec b/mcstrans.spec index de97112..c68bc38 100644 --- a/mcstrans.spec +++ b/mcstrans.spec @@ -46,12 +46,12 @@ rm -f %{buildroot}%{_libdir}/*.a rm -rf %{buildroot} %post -chkconfig --add mcstransd +chkconfig --add mcstrans %preun if [ $1 -eq 0 ]; then service mcstrans stop > /dev/null 2>&1 - chkconfig --del mcstransd + chkconfig --del mcstrans fi %postun