create_group  games                                                        &&
message  "${SPELL_COLOR}This will take some considerable time due to the"  \
         "size of the package. No cache will be created during this"       \
         "install either${DEFAULT_COLOR}"                                  &&
mk_source_dir                                                              &&
unpack_file  ''                                                            &&
cd  $SOURCE_DIRECTORY                                                      &&
unpack_file  '2'                                                           &&
unpack_file  '3'                                                          &&

#
# Set permissions on files
#
chown  -R  root.games  *                                                   &&
chmod  -R  og+rw       *
