Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 09417c569c44901f63dbd3a4f9e0c3b2 > scriptlet

globus-gatekeeper-9.15-1.fc18.x86_64.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
    /sbin/chkconfig --del globus-gatekeeper
fi

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then
    /sbin/chkconfig --add globus-gatekeeper
fi

POSTUN

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