Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 124be204960a8195d97182746eff1910 > scriptlet

koji-builder-1.17.0-1.mga7.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 ] ; then 
        # Package removal, not upgrade 
        systemctl --no-reload disable --now kojid.service >/dev/null 2>&1 || : 
fi

POSTIN

/bin/sh

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        systemctl --no-reload preset kojid.service >/dev/null 2>&1 || : 
fi