Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > 65631c4a45fa569bbb39f38264679008 > scriptlet

rhnsd-5.0.44-2.mga8.i586.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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

POSTUN

/bin/sh

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