Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 1b888a236b4e319780adb873d86a8904 > scriptlet

globus-rls-server-4.9-7.fc14.x86_64.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