Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 023d39ec7487525b6ab6110f1e422dc0 > scriptlet

globus-gatekeeper-9.15-1.fc18.i686.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