Sophie

Sophie

distrib > CentOS > 5 > i386 > by-pkgid > 997aa69681deec4bb0277ebde59dd3dc > scriptlet

sblim-sfcb-1.3.11-51.el5.i386.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
  /sbin/service sblim-sfcb stop &> /dev/null
  /sbin/chkconfig --del   sblim-sfcb
fi

POSTIN

/bin/sh
/usr/share/sfcb/genSslCert.sh /etc/sfcb &>/dev/null || :
/sbin/ldconfig
/usr/bin/sfcbrepos -f -c /usr/share/sfcb/CIM &> /dev/null
/sbin/chkconfig --add sblim-sfcb

POSTUN

/bin/sh
/sbin/ldconfig
if [ $1 -gt 1 ]; then
  /sbin/service sblim-sfcb condrestart|try-restart &> /dev/null
fi