2 groupadd -r sabayon &>/dev/null
3 useradd -r -g sabayon -d /var/lib/sabayon -s /bin/false sabayon &>/dev/null
4 xdg-icon-resource forceupdate
8 getent group sabayon >/dev/null 2>&1 || groupadd -r sabayon &>/dev/null
9 getent passwd sabayon >/dev/null 2>&1 || useradd -r -g sabayon -d /var/lib/sabayon -s /bin/false sabayon &>/dev/null
10 xdg-icon-resource forceupdate
14 if getent passwd sabayon >/dev/null 2>&1; then
17 if getent group sabayon >/dev/null 2>&1; then
20 xdg-icon-resource forceupdate