Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > ae16dc842fa525fbd55fc335066c11a2 > scriptlet

openct-0.6.19-2.fc13.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/ldconfig
/sbin/chkconfig --add openct

POSTUN

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