Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > abbbe01d722a3a334cec219d19f7dd6c > scriptlet

spice-vdagent-0.8.0-1.fc14.i686.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