Sophie

Sophie

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

ocaml-xen-4.14.1-1.mga8.i586.rpm

PREUN

/bin/sh

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


# Base package only contains XenD/xm python stuff

POSTIN

/bin/sh

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