contrib/nwn-diamond/pre-install
2006-10-24 15:36:15 -05:00

7 lines
77 B
Bash
Executable File

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