Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 7a8496a016effa003267498f71947185 > scriptlet

gssproxy-0.8.2-2.mga7.x86_64.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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

POSTUN

/bin/sh

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