Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 1834224bcfd4d91dfb01b6552a9b5933 > scriptlet

openstack-neutron-linuxbridge-2013.2.4-8.fc20.noarch.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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

POSTUN

/bin/sh

systemctl daemon-reload >/dev/null 2>&1 || : 
if [ $1 -ge 1 ] ; then 
        # Package upgrade, not uninstall 
        systemctl try-restart neutron-linuxbridge-agent.service >/dev/null 2>&1 || : 
fi