Sophie

Sophie

distrib > Mageia > 9 > aarch64 > media > core-release > by-pkgid > 743b3ddf25404d9ea97003a0a09e5ec4 > scriptlet

policycoreutils-3.4-1.mga9.aarch64.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 selinux-autorelabel-mark.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 selinux-autorelabel-mark.service || : 
fi