Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 0fc22a5d80b3af9b734abe5251dd25f1 > scriptlet

oprofile-0.9.6-21.fc14.x86_64.rpm

PREIN

/bin/sh
getent group oprofile >/dev/null || groupadd -r -g 16 oprofile
getent passwd oprofile >/dev/null || \
useradd -r -g oprofile -d /var/lib/oprofile -M -r -u 16 -s /sbin/nologin \
    -c "Special user account to be used by OProfile" oprofile
exit 0

POSTUN

/bin/sh
test "$1" != 0 || userdel oprofile &>/dev/null || :
test "$1" != 0 || groupdel oprofile &>/dev/null || :