Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 411b5e3afb345c4aff670a92e2145bf9 > scriptlet

salt-api-0.8.3-1.fc18.noarch.rpm

PREUN

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

POSTIN

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

POSTUN

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