Sophie

Sophie

distrib > Momonga > 7 > x86_64 > by-pkgid > ab1307dfda8221f77db745e70ddfd6ca > scriptlet

openct-0.6.20-2m.mo7.x86_64.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ] ; then
    /etc/init.d/openct stop >/dev/null 2>&1 || :
    /sbin/chkconfig --del openct
fi

POSTIN

/bin/sh
/sbin/ldconfig
/sbin/chkconfig --add openct
if [ $1 = 1 ] ; then
  /sbin/chkconfig openct off
fi

POSTUN

/bin/sh
/sbin/ldconfig
if [ $1 -gt 0 ] ; then
    /etc/init.d/openct try-restart >/dev/null || :
fi