Sophie

Sophie

distrib > Fedora > 19 > i386 > by-pkgid > 7e31e9ecc00b949e5dd852d0d52e0f6d > scriptlet

openstack-swift-container-1.8.0-3.fc19.noarch.rpm

PREUN

/bin/sh

if [ $1 -eq 0 ] ; then 
        # Package removal, not upgrade 
        /usr/bin/systemctl --no-reload disable openstack-swift-container.service > /dev/null 2>&1 || : 
        /usr/bin/systemctl stop openstack-swift-container.service > /dev/null 2>&1 || : 
fi 

if [ $1 -eq 0 ] ; then 
        # Package removal, not upgrade 
        /usr/bin/systemctl --no-reload disable openstack-swift-container-replicator.service > /dev/null 2>&1 || : 
        /usr/bin/systemctl stop openstack-swift-container-replicator.service > /dev/null 2>&1 || : 
fi 

if [ $1 -eq 0 ] ; then 
        # Package removal, not upgrade 
        /usr/bin/systemctl --no-reload disable openstack-swift-container-auditor.service > /dev/null 2>&1 || : 
        /usr/bin/systemctl stop openstack-swift-container-auditor.service > /dev/null 2>&1 || : 
fi 

if [ $1 -eq 0 ] ; then 
        # Package removal, not upgrade 
        /usr/bin/systemctl --no-reload disable openstack-swift-container-updater.service > /dev/null 2>&1 || : 
        /usr/bin/systemctl stop openstack-swift-container-updater.service > /dev/null 2>&1 || : 
fi

POSTIN

/bin/sh

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        /usr/bin/systemctl preset openstack-swift-container.service >/dev/null 2>&1 || : 
fi 

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        /usr/bin/systemctl preset openstack-swift-container-replicator.service >/dev/null 2>&1 || : 
fi 

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        /usr/bin/systemctl preset openstack-swift-container-auditor.service >/dev/null 2>&1 || : 
fi 

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        /usr/bin/systemctl preset openstack-swift-container-updater.service >/dev/null 2>&1 || : 
fi

POSTUN

/bin/sh

/usr/bin/systemctl daemon-reload >/dev/null 2>&1 || : 

/usr/bin/systemctl daemon-reload >/dev/null 2>&1 || : 

/usr/bin/systemctl daemon-reload >/dev/null 2>&1 || : 

/usr/bin/systemctl daemon-reload >/dev/null 2>&1 || :