Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 01c70463b4d44a90ac50c28380740a78 > scriptlet

koji-vm-1.32.0-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 kojivmd.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 kojivmd.service || : 
fi