Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 9c157381eeffb390737378e332ff32d4 > scriptlet

lfc-dli-1.7.4.4-2.fc13.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
if [ $1 = 1 ]; then
    /sbin/chkconfig --add lfc-dli
fi

POSTUN

/bin/sh
if [ $1 -ge 1 ]; then
    /sbin/service lfc-dli condrestart > /dev/null 2>&1 || :
fi