X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=d2e1f19a8eef097bbc7c4175b9b07924c63f8fa0;hb=775fd2c579e39e634ce334caacf2049eb0ff251f;hp=6774c38a747fc7e678695d27874815bbb106f31a;hpb=19626c7e9bfc131b6bf030ad7e1d4258871584d2;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 6774c38a..d2e1f19a 100644 --- a/sfa.spec +++ b/sfa.spec @@ -153,8 +153,8 @@ chkconfig --add sfa %preun plc if [ "$1" = 0 ] ; then - /sbin/service sfa stop - /sbin/chkconfig --del sfa + /sbin/service sfa stop || : + /sbin/chkconfig --del sfa || : fi %postun plc @@ -166,8 +166,8 @@ chkconfig --add sfa-cm %preun cm if [ "$1" = 0 ] ; then - /sbin/service sfa-cm stop - /sbin/chkconfig --del sfa-cm + /sbin/service sfa-cm stop || : + /sbin/chkconfig --del sfa-cm || : fi %postun cm