Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > 03466ddb8fc496fea291728934463722 > scriptlet

libreswan-3.29-1.1.mga7.i586.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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

POSTUN

/bin/sh

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