Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > ba9fe7781d529b2e7b31d8489f5e0b8e > scriptlet

gitolite-1.5.3-2.fc14.noarch.rpm

PREIN

/bin/sh
# Add "gitolite" user per https://fedoraproject.org/wiki/Packaging:UsersAndGroups
getent group gitolite >/dev/null || groupadd -r gitolite
getent passwd gitolite >/dev/null || \
useradd -r -g gitolite -d /var/lib/gitolite -s /bin/sh \
        -c "git repository hosting" gitolite
exit 0