Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 5fad191db1e294d31d67e575e7ff56f8 > scriptlet

koji-utils-1.17.1-1.mga7.noarch.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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