Sophie

Sophie

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

samba-winbind-3.5.11-79.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add winbind

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