Sophie

Sophie

distrib > Mageia > 9 > aarch64 > by-pkgid > 95d8debda16f7ad34c608e1328f65131 > scriptlet

koji-builder-1.32.0-1.mga9.noarch.rpm

PREIN

/bin/sh
/usr/sbin/useradd -r -s /bin/bash -G mock -d /builddir -M kojibuilder 2>/dev/null ||:

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