Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > df199ac40406edda4e02b537f4ff5b51 > scriptlet

lldpad-0.9.41-4.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add lldpad

POSTUN

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