Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 6236f91eee2606e80e9a47cbcc5f6311 > scriptlet

openct-0.6.19-3.fc14.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