#!/bin/sh if ! getent group abuild >/dev/null; then addgroup -S abuild fi exit 0