Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > 44eff7cf70abae4413897410079da41d > scriptlet

koschei-backend-copr-2.4.0-3.mga8.noarch.rpm

PREUN

/bin/sh

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


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

POSTIN

/bin/sh

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


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