Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 4fc01f34139a5ae46b9085c8b3ebe21d > scriptlet

nordugrid-arc-cache-service-5.0.0-2.fc20.x86_64.rpm

PREUN

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

POSTIN

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

POSTUN

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