#!/bin/sh

if ! grep -q ^games: /etc/group
then
	/usr/sbin/groupadd games
fi
