Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 34a3e9533cd636ebf70bc55897895e2d > scriptlet

fcoe-utils-1.0.30-8.git91c0c8c.mga6.armv5tl.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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

POSTUN

/bin/sh

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