Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > c292e6110885e8597801785dfed770fc > scriptlet

cwdaemon-0.9.4-11.fc12.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add cwdaemon

POSTUN

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