Sophie

Sophie

distrib > Mageia > 9 > aarch64 > by-pkgid > 8f478a73da291bf9f4209501c554c3ba > scriptlet

lvm2-dbusd-2.03.16-1.mga9.noarch.rpm

PREUN

/bin/sh

 
if [ $1 -eq 0 ] && [ -x "/usr/lib/systemd/systemd-update-helper" ]; then 
    # Package removal, not upgrade 
    /usr/lib/systemd/systemd-update-helper remove-system-units lvm2-lvmdbusd.service || : 
fi

POSTIN

/bin/sh

 
if [ $1 -eq 1 ] && [ -x "/usr/lib/systemd/systemd-update-helper" ]; then 
    # Initial installation 
    /usr/lib/systemd/systemd-update-helper install-system-units lvm2-lvmdbusd.service || : 
fi