Sophie

Sophie

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

koji-vm-1.23.0-1.mga8.noarch.rpm

PREUN

/bin/sh

 
if [ $1 -eq 0 ] && [ -x /usr/bin/systemctl ]; then 
        # Package removal, not upgrade 
        /usr/bin/systemctl --no-reload disable --now kojivmd.service || : 
fi

POSTIN

/bin/sh

 
if [ $1 -eq 1 ] && [ -x /usr/bin/systemctl ]; then 
        # Initial installation 
        /usr/bin/systemctl --no-reload preset kojivmd.service || : 
fi