summaryrefslogtreecommitdiff
path: root/nwn-diamond/pre-install
blob: 39fa86e182bee41bd6958195ffbd36fa67fdb50b (plain)
    1 #!/bin/sh
    2 
    3 if ! grep -q ^games: /etc/group
    4 then
    5 	/usr/sbin/groupadd games
    6 fi

Generated by cgit