Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 2d85b7571dfb6d16d631a8bd97f10548 > scriptlet

openstack-swift-container-1.4.8-3.fc16.noarch.rpm

PREUN

/bin/sh
if [ $1 = 0 ] ; then
    /sbin/service openstack-swift-container stop >/dev/null 2>&1
    /sbin/chkconfig --del openstack-swift-container
fi

POSTIN

/bin/sh
/sbin/chkconfig --add openstack-swift-container

POSTUN

/bin/sh
if [ "$1" -ge "1" ] ; then
    /sbin/service openstack-swift-container condrestart >/dev/null 2>&1 || :
fi