Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > f84f081718180928f7bf7c34b2e803fd > scriptlet

globus-rls-server-4.9-1.fc13.i686.rpm

PREUN

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

POSTIN

/bin/sh
if [ $1 = 1 ]; then
  /sbin/chkconfig --add globus-rls-server
fi

POSTUN

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