Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 4adcd3f11b23fa7de43f61b77944fa1d > scriptlet

ocaml-xen-4.17.3-1.mga9.armv7hl.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 oxenstored.service || : 
fi 


# Base package only contains XenD/xm python stuff

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 oxenstored.service || : 
fi