default_install                            &&
cd ${INSTALL_ROOT}/usr/share/games/ufoai/  &&
unpack_file 2                              &&
find_and_scam                              &&
for files in ufo ufo2map ufoded
do
if [[ -e $files ]]; then
chmod 750 $files
fi
done
