Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > cea78ef50ad9dedefa1930669eef575f > scriptlet

libvirt-client-0.8.3-10.fc14.x86_64.rpm

PREUN

/bin/sh

if [ $1 = 0 ]; then
    /sbin/chkconfig --del libvirt-guests
    rm -f /var/lib/libvirt/libvirt-guests
fi

POSTIN

/bin/sh

/sbin/ldconfig
/sbin/chkconfig --add libvirt-guests
if [ $1 -ge 1 ]; then
    # this doesn't do anything but allowing for libvirt-guests to be
    # stopped on the first shutdown
    /sbin/service libvirt-guests start > /dev/null 2>&1 || true
fi