Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 1f0f6fccaf56823e0184983218f2aacf > scriptlet

nordugrid-arc-datadelivery-service-1.1.1-1.fc15.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add arc-datadelivery-service

POSTUN

/bin/sh
if [ $1 -ge 1 ]; then
  service arc-datadelivery-service condrestart > /dev/null 2>&1
fi