Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 53cc0679b724b3ec8517f051d893a328 > scriptlet

spice-vdagent-0.8.0-1.fc15.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add spice-vdagentd

POSTUN

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