Sophie

Sophie

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

xen-4.0.3-1.fc14.i686.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
  /sbin/chkconfig --del xend
  /sbin/chkconfig --del xendomains
fi

POSTIN

/bin/sh
/sbin/chkconfig --add xend
/sbin/chkconfig --add xendomains

if [ $1 != 0 ]; then
  service xend condrestart
fi