contrib/nwn-diamond/pre-install

7 lines
77 B
Plaintext
Raw Normal View History

2006-10-24 22:36:15 +02:00
#!/bin/sh
if ! grep -q ^games: /etc/group
then
/usr/sbin/groupadd games
fi