Sophie

Sophie

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

lvm2-dbusd-2.03.10-3.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 lvm2-lvmdbusd.service || : 
fi

POSTIN

/bin/sh

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