Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > fbbf73452bd4aa5f4fcdb212336157de > scriptlet

hypervkvpd-0-0.7.el5_9.3.x86_64.rpm

PREUN

/bin/sh
# Removing package
if [ $1 -eq 0 ] ; then
    /sbin/service hypervkvpd stop >/dev/null 2>&1
    /sbin/chkconfig --del hypervkvpd
fi

POSTIN

/bin/sh
# This adds the proper /etc/rc*.d links for the script
/sbin/chkconfig --add hypervkvpd

POSTUN

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