Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 2317b9ec7cab4e787bdeb0520623a092 > scriptlet

koji-builder-1.4.0-4.fc14.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 = 0 ]; then
  /sbin/service kojid stop &> /dev/null
  /sbin/chkconfig --del kojid
fi

POSTIN

/bin/sh
/sbin/chkconfig --add kojid
/sbin/service kojid condrestart &> /dev/null || :