Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > c1f4a1c4f75b6c97e367484e78c578d1 > scriptlet

gitolite3-3.5.3.1-1.fc18.noarch.rpm

PREIN

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