#!/bin/sh

groupadd -r abuild 2>/dev/null

exit 0