Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 91997fd71f95db00d8b63138dab7506e > scriptlet

zvbi-0.2.33-5.fc14.i686.rpm

PREUN

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

POSTIN

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

POSTUN

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