Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 7d2aaf6a46e4ba3ac5a358d5095afc1a > scriptlet

gvrpcd-1.3-3.fc12.x86_64.rpm

PREUN

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

POSTIN

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