Sophie

Sophie

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

and-sysvinit-1.2.2-10.fc14.noarch.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add and

POSTUN

/bin/sh
if [ $1 -ge 1 ]; then
   /sbin/service and condrestart >/dev/null
fi