Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 14514dd623d01933197afabb4c6ec63f > scriptlet

and-sysvinit-1.2.2-9.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