Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 2f34552cdc421391dd5c0fc5342b3c93 > scriptlet

oprofile-0.9.6-21.fc14.i686.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 || :