Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 8791157e0d9fa85c8c5bca24a03da692 > scriptlet

nordugrid-arc-datadelivery-service-5.0.0-2.fc20.x86_64.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