#! /bin/sh skip=857 CRCsum=3986434334 MD5=c9f04472c9082bd40c2d899027f02711 label="NVIDIA Accelerated Graphics Driver for Linux-x86_64 169.07" version_string=169.07 pkg_version=2 script=./nvidia-installer targetdir=NVIDIA-Linux-x86_64-169.07-pkg2 scriptargs="" keep=n add_this_kernel=n apply_patch=n TMPROOT=${TMPDIR:=/tmp} TARGET_OS="Linux" TARGET_ARCH="x86_64" # # NVIDIA Accelerated Graphics Driver for Linux-x86_64 169.07 # Generated by Makeself 1.6.0-nv # Do not edit by hand. # NVIDIA Driver Installation .run file # # If you were trying to download this file through a web browser, and # instead are seeing this, please click your browser's back button, # left click on the link, and select "Save as..." (or do whatever is # appropriate for your web browser to download a file, rather than view # it). # print usage information if [ "$1" = "-help" -o "$1" = "--help" -o "$1" = "-h" ]; then echo "" echo "$0 [options]" echo "" echo "This program will install the NVIDIA Accelerated Graphics Driver for" echo "Linux-x86_64 169.07 by unpacking the embedded tarball and executing" echo "the ./nvidia-installer installation utility." echo "" echo "Below are the most common options; for a complete list use" echo "'--advanced-options'." echo "" echo "--info" echo " Print embedded info (title, default target directory) and exit." echo "" echo "--check" echo " Check integrity of the archive and exit." echo "" echo "-x, --extract-only" echo " Extract the contents of $0, but do not" echo " run 'nvidia-installer'." echo "" echo "" echo "The following arguments will be passed on to the ./nvidia-installer" echo "utility:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo "" exit 0; fi if [ "$1" = "-A" -o "$1" = "--advanced-options" ]; then echo "" echo "$0 [options]" echo "" echo "This program will install the NVIDIA Accelerated Graphics Driver for" echo "Linux-x86_64 169.07 by unpacking the embedded tarball and executing" echo "the ./nvidia-installer installation utility." echo "" echo "--info" echo " Print embedded info (title, default target directory) and exit." echo "" echo "--lsm" echo " Print embedded lsm entry (or no LSM) and exit." echo "" echo "--pkg-history" echo " Print the package history of this file and exit." echo "" echo "--list" echo " Print the list of files in the archive and exit." echo "" echo "--check" echo " Check integrity of the archive and exit." echo "" echo "-x, --extract-only" echo " Extract the contents of $0, but do not" echo " run 'nvidia-installer'." echo "" echo "--add-this-kernel" echo " Build a precompiled kernel interface for the currently running" echo " kernel and repackage the .run file to include this newly built" echo " precompiled kernel interface. The new .run file will be placed" echo " in the current directory and the string \"-custom\" appended" echo " to its name, unless already present, to distinguish it from the" echo " original .run file." echo "" echo "--apply-patch [Patch]" echo " Apply the patch 'Patch' to the kernel interface files included" echo " in the .run file, remove any precompiled kernel interfaces" echo " and then repackage the .run file. The new .run file will be" echo " placed in the current directory and the string \"-custom\"" echo " appended to its name, unless already present, to distinguish it" echo " from the original .run file." echo "" echo "--keep" echo " Do not delete target directory when done." echo "" echo "--target [NewDirectory]" echo " Extract contents in 'NewDirectory'" echo "" echo "" echo "The following arguments will be passed on to the ./nvidia-installer" echo "utility:" echo "" echo "COMMON OPTIONS:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo "" echo "ADVANCED OPTIONS:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo " -i, --driver-info" echo " Print information about the currently installed NVIDIA" echo " driver version." echo "" echo " --uninstall" echo " Uninstall the currently installed NVIDIA driver." echo "" echo " --sanity" echo " Perform basic sanity tests on an existing NVIDIA driver" echo " installation." echo "" echo " -e, --expert" echo " Enable 'expert' installation mode; more detailed questions" echo " will be asked, and more verbose output will be printed;" echo " intended for expert users. The questions may be suppressed" echo " with the '--no-questions' commandline option." echo "" echo " -q, --no-questions" echo " Do not ask any questions; the default (normally 'yes') is" echo " assumed for all yes/no questions, and the default string is" echo " assumed in any situation where the user is prompted for" echo " string input. The one question that is not bypassed by" echo " this option is license acceptance; the license may be" echo " accepted with the commandline option '--accept-license'." echo "" echo " -s, --silent" echo " Run silently; no questions are asked and no output is" echo " printed, except for error messages to stderr. This option" echo " implies '--ui=none --no-questions --accept-license'." echo "" echo " --x-prefix=X-PREFIX" echo " The prefix under which the X components of the NVIDIA" echo " driver will be installed; the default is '/usr/X11R6'" echo " unless nvidia-installer detects that X.Org >= 7.0 is" echo " installed, in which case the default is '/usr'. Only under" echo " rare circumstances should this option be used." echo "" echo " --xfree86-prefix=XFREE86-PREFIX" echo " This is a deprecated synonym for --x-prefix." echo "" echo " --x-module-path=X-MODULE-PATH" echo " The path under which the NVIDIA X server modules will be" echo " installed. If this option is not specified," echo " nvidia-installer uses the following search order and" echo " selects the first valid directory it finds: 1) \`X" echo " -showDefaultModulePath\`, 2) \`pkg-config" echo " --variable=moduledir xorg-server\`, or 3) the X library path" echo " (see the '--x-library-path' option) plus either 'modules'" echo " (for X servers older than X.Org 7.0) or 'xorg/modules' (for" echo " X.Org 7.0 or later)." echo "" echo " --x-library-path=X-LIBRARY-PATH" echo " The path under which the NVIDIA X libraries will be" echo " installed. If this option is not specified," echo " nvidia-installer uses the following search order and" echo " selects the first valid directory it finds: 1) \`X" echo " -showDefaultLibPath\`, 2) \`pkg-config --variable=libdir" echo " xorg-server\`, or 3) the X prefix (see the '--x-prefix'" echo " option) plus 'lib' on 32bit systems, and either 'lib64' or" echo " 'lib' on 64bit systems, depending on the installed Linux" echo " distribution." echo "" echo " --opengl-prefix=OPENGL-PREFIX" echo " The prefix under which the OpenGL components of the NVIDIA" echo " driver will be installed; the default is: '/usr'. Only" echo " under rare circumstances should this option be used. The" echo " Linux OpenGL ABI" echo " (http://oss.sgi.com/projects/ogl-sample/ABI/) mandates this" echo " default value." echo "" echo " --opengl-libdir=OPENGL-LIBDIR" echo " The path relative to the OpenGL library installation prefix" echo " under which the NVIDIA OpenGL components will be installed." echo " The default is 'lib' on 32bit systems, and 'lib64' or 'lib'" echo " on 64bit systems, depending on the installed Linux" echo " distribution. Only under very rare circumstances should" echo " this option be used." echo "" echo " --installer-prefix=INSTALLER-PREFIX" echo " The prefix under which the installer binary will be" echo " installed; the default is: '/usr'. Note: please use the" echo " '--utility-prefix' option instead." echo "" echo " --utility-prefix=UTILITY-PREFIX" echo " The prefix under which the NVIDIA utilities" echo " (nvidia-installer, nvidia-settings, nvidia-xconfig," echo " nvidia-bug-report.sh) and the NVIDIA utility libraries will" echo " be installed; the default is: '/usr'." echo "" echo " --utility-libdir=UTILITY-LIBDIR" echo " The path relative to the utility installation prefix under" echo " which the NVIDIA utility libraries will be installed. The" echo " default is 'lib' on 32bit systems, and 'lib64' or 'lib' on" echo " 64bit systems, depending on the installed Linux" echo " distribution." echo "" echo " --documentation-prefix=DOCUMENTATION-PREFIX" echo " The prefix under which the documentation files for the" echo " NVIDIA driver will be installed. The default is: '/usr'." echo "" echo " --kernel-include-path=KERNEL-INCLUDE-PATH" echo " The directory containing the kernel include files that" echo " should be used when compiling the NVIDIA kernel module. " echo " This option is deprecated; please use" echo " '--kernel-source-path' instead." echo "" echo " --kernel-source-path=KERNEL-SOURCE-PATH" echo " The directory containing the kernel source files that" echo " should be used when compiling the NVIDIA kernel module. " echo " When not specified, the installer will use" echo " '/lib/modules/\`uname -r\`/build', if that directory exists. " echo " Otherwise, it will use '/usr/src/linux'." echo "" echo " --kernel-output-path=KERNEL-OUTPUT-PATH" echo " The directory containing any KBUILD output files if either" echo " one of the 'KBUILD_OUTPUT' or 'O' parameters were passed to" echo " KBUILD when building the kernel image/modules. When not" echo " specified, the installer will assume that no separate" echo " output directory was used." echo "" echo " --kernel-install-path=KERNEL-INSTALL-PATH" echo " The directory in which the NVIDIA kernel module should be" echo " installed. The default value is either" echo " '/lib/modules/\`uname -r\`/kernel/drivers/video' (if" echo " '/lib/modules/\`uname -r\`/kernel' exists) or" echo " '/lib/modules/\`uname -r\`/video'." echo "" echo " --proc-mount-point=PROC-MOUNT-POINT" echo " The mount point for the proc file system; if not specified," echo " then this value defaults to '/proc' (which is normally" echo " correct). The mount point of the proc filesystem is needed" echo " because the contents of '/version' is used" echo " when identifying if a precompiled kernel interface is" echo " available for the currently running kernel. This option" echo " should only be needed in very rare circumstances." echo "" echo " --log-file-name=LOG-FILE-NAME" echo " File name of the installation log file (the default is:" echo " '/var/log/nvidia-installer.log')." echo "" echo " --tmpdir=TMPDIR" echo " Use the specified directory as a temporary directory when" echo " downloading files from the NVIDIA ftp site; if not given," echo " then the following list will be searched, and the first one" echo " that exists will be used: $TMPDIR, /tmp, ., $HOME." echo "" echo " -m, --ftp-mirror=FTP-MIRROR" echo " Use the specified FTP mirror rather than the default '" echo " ftp://download.nvidia.com ' when downloading driver" echo " updates." echo "" echo " -l, --latest" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' (or use the ftp mirror" echo " specified with the '--ftp-mirror' option) and query the" echo " most recent Linux-x86 driver version number." echo "" echo " -f, --force-update" echo " Forces an update to proceed, even if the installer thinks" echo " the latest driver is already installed; this option implies" echo " '--update'." echo "" echo " --ui=UI" echo " Specify what user interface to use, if available. Valid" echo " values for UI are 'ncurses' (the default) or 'none'. If the" echo " ncurses interface fails to initialize, or 'none' is" echo " specified, then a simple printf/scanf interface will be" echo " used." echo "" echo " -c, --no-ncurses-color" echo " Disable use of color in the ncurses user interface." echo "" echo " --no-opengl-headers" echo " Normally, installation will install NVIDIA's OpenGL header" echo " files. This option disables installation of the NVIDIA" echo " OpenGL header files." echo "" echo " --force-tls=FORCE-TLS" echo " NVIDIA's OpenGL libraries are compiled with one of two" echo " different thread local storage (TLS) mechanisms: 'classic" echo " tls' which is used on systems with glibc 2.2 or older, and" echo " 'new tls' which is used on systems with tls-enabled glibc" echo " 2.3 or newer. nvidia-installer will select the OpenGL" echo " libraries appropriate for your system; however, you may use" echo " this option to force the installer to install one library" echo " type or another. Valid values for FORCE-TLS are 'new' and" echo " 'classic'." echo "" echo " -k, --kernel-name=KERNEL-NAME" echo " Build and install the NVIDIA kernel module for the" echo " non-running kernel specified by KERNEL-NAME (KERNEL-NAME" echo " should be the output of \`uname -r\` when the target kernel" echo " is actually running). This option implies" echo " '--no-precompiled-interface'. If the options" echo " '--kernel-install-path' and '--kernel-source-path' are not" echo " given, then they will be inferred from KERNEL-NAME; eg:" echo " '/lib/modules/KERNEL-NAME/kernel/drivers/video/' and" echo " '/lib/modules/KERNEL-NAME/build/', respectively." echo "" echo " -n, --no-precompiled-interface" echo " Disable use of precompiled kernel interfaces." echo "" echo " --no-runlevel-check" echo " Normally, the installer checks the current runlevel and" echo " warns users if they are in runlevel 1: in runlevel 1, some" echo " services that are normally active are disabled (such as" echo " devfs), making it difficult for the installer to properly" echo " setup the kernel module configuration files. This option" echo " disables the runlevel check." echo "" echo " --no-abi-note" echo " The NVIDIA OpenGL libraries contain an OS ABI note tag," echo " which identifies the minimum kernel version needed to use" echo " the library. This option causes the installer to remove" echo " this note from the OpenGL libraries during installation." echo "" echo " --no-rpms" echo " Normally, the installer will check for several rpms that" echo " conflict with the driver (specifically: NVIDIA_GLX and" echo " NVIDIA_kernel), and remove them if present. This option" echo " disables this check." echo "" echo " -b, --no-backup" echo " During driver installation, conflicting files are backed" echo " up, so that they can be restored when the driver is" echo " uninstalled. This option causes the installer to simply" echo " delete conflicting files, rather than back them up." echo "" echo " -N, --no-network" echo " This option instructs the installer to not attempt to" echo " connect to the NVIDIA ftp site (for updated precompiled" echo " kernel interfaces, for example)." echo "" echo " --no-recursion" echo " Normally, nvidia-installer will recursively search for" echo " potentially conflicting libraries under the default OpenGL" echo " and X server installation locations. With this option set," echo " the installer will only search in the top-level" echo " directories." echo "" echo " -K, --kernel-module-only" echo " Install a kernel module only, and do not uninstall the" echo " existing driver. This is intended to be used to install" echo " kernel modules for additional kernels (in cases where you" echo " might boot between several different kernels). To use this" echo " option, you must already have a driver installed, and the" echo " version of the installed driver must match the version of" echo " this kernel module." echo "" echo " --no-kernel-module" echo " Install everything but the kernel module, and do not remove" echo " any existing, possibly conflicting kernel modules. This" echo " can be useful in some DEBUG environments. If you use this" echo " option, you must be careful to ensure that a NVIDIA kernel" echo " module matching this driver version is installed" echo " seperately." echo "" echo " --no-x-check" echo " Do not abort the installation if nvidia-installer detects" echo " that an X server is running. Only under very rare" echo " circumstances should this option be used." echo "" echo " --precompiled-kernel-interfaces-path=PRECOMPILED-KERNEL-INTERFA" echo " CES-PATH" echo " Before searching for a precompiled kernel interface in the" echo " .run file, search in the specified directory." echo "" echo " -X, --run-nvidia-xconfig" echo " nvidia-installer can optionally invoke the nvidia-xconfig" echo " utility. This will update the system X configuration file" echo " so that the NVIDIA X driver is used. The pre-existing X" echo " configuration file will be backed up. At the end of" echo " installation, nvidia-installer will ask the user if they" echo " wish to run nvidia-xconfig; the default response is 'no'. " echo " Use this option to make the default response 'yes'. This" echo " is useful with the '--no-questions' or '--silent' options," echo " which assume the default values for all questions." echo "" echo " --force-selinux=FORCE-SELINUX" echo " Linux installations using SELinux (Security-Enhanced Linux)" echo " require that the security type of all shared libraries be" echo " set to 'shlib_t' or 'textrel_shlib_t', depending on the" echo " distribution. nvidia-installer will detect when to set the" echo " security type, and set it using chcon(1) on the shared" echo " libraries it installs. If the execstack(8) system utility" echo " is present, nvidia-installer will use it to also clear the" echo " executable stack flag of the libraries. Use this option to" echo " override nvidia-installer's detection of when to set the" echo " security type. Valid values for FORCE-SELINUX are 'yes'" echo " (force setting of the security type), 'no' (prevent setting" echo " of the security type), and 'default' (let nvidia-installer" echo " decide when to set the security type)." echo "" echo " --selinux-chcon-type=SELINUX-CHCON-TYPE" echo " When SELinux support is enabled, nvidia-installer will try" echo " to determine which chcon argument to use by first trying" echo " 'textrel_shlib_t', then 'texrel_shlib_t', then 'shlib_t'. " echo " Use this option to override this detection logic." echo "" echo " --no-sigwinch-workaround" echo " Normally, nvidia-installer ignores the SIGWINCH signal" echo " before it forks to execute commands, e.g. to build the" echo " kernel module, and restores the SIGWINCH signal handler" echo " after the child process has terminated. This option" echo " disables this behavior." echo "" echo "" exit 0; fi if [ "$1" = "-lsm" -o "$1" = "--lsm" ]; then cat << EOF_LSM Begin3 Title: NVIDIA Accelerated Graphics Driver Set for Linux-x86_64 Version: 169.07 Description: The NVIDIA Accelerated Graphics Driver Set for Linux-x86_64 provides accelerated 2D and 3D support for Linux-x86_64 using NVIDIA GPUs. Keywords: OpenGL XFree86 NVIDIA Author: NVIDIA Corporation Linux Development Team (linux-bugs 'at' nvidia.com) Maintained-by: NVIDIA Corporation Linux Development Team (linux-bugs 'at' nvidia.com) Original-site: http://www.nvidia.com Platform: Linux Copying-policy: NVIDIA Software License End EOF_LSM exit 0; fi if [ "$1" = "--pkg-history" ]; then cat << EOF_PKG_HISTORY Package history for NVIDIA-Linux-x86_64-169.07: NVIDIA-Linux-x86_64-169.07-pkg0: Initial package NVIDIA-Linux-x86_64-169.07-pkg1: Added precompiled kernel interfaces for: NVIDIA-Linux-x86_64-169.07-pkg2: Added 32 bit compatibility libraries EOF_PKG_HISTORY exit 0; fi if [ "$1" = "--label" ]; then echo "$label"; exit 0; fi if [ "$1" = "--version-string" ]; then echo "$version_string"; exit 0; fi if [ "$1" = "--pkg-version" ]; then echo "$pkg_version"; exit 0; fi if [ "$1" = "--target-os" ]; then echo "$TARGET_OS"; exit 0; fi if [ "$1" = "--target-arch" ]; then echo "$TARGET_ARCH"; exit 0; fi if [ "$1" = "--target-directory" ]; then echo "$targetdir"; exit 0; fi if [ "$1" = "--script" ]; then echo "$script $scriptargs" exit 0 fi if [ "$1" = "--info" ]; then echo echo " Identification : $label" echo " Target directory : $targetdir" echo " Uncompressed size : 46620 KB" echo " Compression : gzip" echo " Date of packaging : Thu Dec 13 19:56:35 PST 2007" echo " Application run after extraction : $script $scriptargs" echo if [ x"$keep" = xy ]; then echo " The directory $targetdir will not be removed after extraction." else echo " The directory $targetdir will be removed after extraction." fi echo exit 0; fi if [ "$1" = "--list" ]; then echo "Target directory: $targetdir" tail -n +$skip $0 | gzip -cd | tar tvf - 2> /dev/null exit 0; fi if [ "$1" = "--check" ]; then sum1=`tail -n +6 $0 | cksum | sed -e 's/ /Z/' -e 's/ /Z/' | cut -dZ -f1` [ "$sum1" != "$CRCsum" ] && { echo "Error in checksums $sum1 $CRCsum" exit 2; } if [ $MD5 != "00000000000000000000000000000000" ]; then # space separated list of directories [ x"$GUESS_MD5_PATH" = "x" ] && GUESS_MD5_PATH="/usr/local/ssl/bin /usr/local/bin /usr/bin" MD5_PATH="" for a in $GUESS_MD5_PATH; do #if which $a/md5 >/dev/null 2>&1 ; then if [ -x "$a/md5sum" ]; then MD5_PATH=$a; fi done if [ -x $MD5_PATH/md5sum ]; then md5sum=`tail -n +6 $0 | $MD5_PATH/md5sum | cut -b-32`; [ $md5sum != $MD5 ] && { echo "Error in md5 sums $md5sum $MD5" exit 2 } || { echo "check sums and md5 sums are ok"; exit 0; } fi if [ ! -x $MD5_PATH/md5sum ]; then echo "an embedded md5 sum of the archive exists but no md5 program was found in $GUESS_MD5_PATH" echo "if you have md5 on your system, you should try :" echo "env GUESS_MD5_PATH=\"FirstDirectory SecondDirectory ...\" $0 -check" fi else echo "check sums are OK ; echo $0 does not contain embedded md5 sum" ; fi exit 0; fi run_script=y keep=n apply_patch=n while [ "$1" ]; do case "$1" in "--extract-only"|"-x") run_script=n; keep=y; ;; "--keep") keep=y; ;; "--target") if [ "$2" ]; then targetdir="$2"; keep=y; shift; else echo "ERROR: --target: no target directory specified." exit 1; fi ;; "--add-this-kernel") add_this_kernel=y; scriptargs="$scriptargs $1" ;; "--apply-patch") if [ "$2" ]; then if [ "`dirname $2`" != "." ]; then patchfile="$2"; else patchfile="`pwd`/$2" fi run_script=n; apply_patch=y; shift; else echo "ERROR: --apply-patch: no patch file specified." exit 1; fi ;; *) scriptargs="$scriptargs $1" ;; esac shift done # Perform a platform check LOCAL_OS=`uname 2> /dev/null` LOCAL_ARCH=`uname -m 2> /dev/null` [ "$LOCAL_ARCH" = "i386" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i486" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i586" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i686" ] && LOCAL_ARCH="x86" if [ -z "$LOCAL_OS" -o -z "$LOCAL_ARCH" ]; then echo "ERROR: missing/broken uname. Cannot perform platform check." exit 1; fi if [ "$LOCAL_ARCH" != "$TARGET_ARCH" -o "$LOCAL_OS" != "$TARGET_OS" ]; then if [ "$run_script" = "y" ]; then echo "" echo "ERROR: this .run file is intended for the" echo "${TARGET_OS}-${TARGET_ARCH} platform, but you appear to be" echo "running on ${LOCAL_OS}-${LOCAL_ARCH}. Aborting installation." echo "" exit 1; fi fi if [ "$keep" = "y" ]; then echo "Creating directory $targetdir"; tmpdir=$targetdir; else workingdir="$TMPROOT/selfgz$$" tmpdir="$workingdir/$targetdir"; rm -rf $tmpdir fi if [ -d "$tmpdir" -o -f "$tmpdir" ]; then echo "The directory '$tmpdir' already exists. Please either" echo "move the existing directory out of the way, or specify a" echo "different directory with the '--target' option." exit 1 fi mkdir -p $tmpdir || { echo "Unable to create the target directory '$tmpdir'." exit 1 } location="`pwd`" echo=echo; [ -x /usr/ucb/echo ] && echo=/usr/ucb/echo if [ x$SETUP_NOCHECK != x1 ]; then $echo -n "Verifying archive integrity... " sum1=`tail -n +6 $0 | cksum | sed -e 's/ /Z/' -e 's/ /Z/' | cut -dZ -f1` [ $sum1 != $CRCsum ] && { $echo "Error in check sums $sum1 $CRCsum" exit 2; } echo "OK" fi if [ $MD5 != \"00000000000000000000000000000000\" ]; then # space separated list of directories [ x"$GUESS_MD5_PATH" = "x" ] && GUESS_MD5_PATH="/usr/local/ssl/bin /usr/local/bin /usr/bin" MD5_PATH="" for a in $GUESS_MD5_PATH; do #if which $a/md5 >/dev/null 2>&1 ; then if [ -x "$a/md5sum" ]; then MD5_PATH=$a; fi done if [ -x $MD5_PATH/md5sum ]; then md5sum=`tail -n +6 $0 | $MD5_PATH/md5sum | cut -b-32`; [ $md5sum != $MD5 ] && { $echo "Error in md5 sums $md5sum $MD5" exit 2; } fi fi UnTAR() { tar xvf - 2> /dev/null || { echo "Extraction failed." > /dev/tty; kill -15 $$; }; } $echo -n "Uncompressing $label" cd $tmpdir ; res=3 [ "$keep" = "y" ] || trap '$echo "Signal caught, cleaning up" > /dev/tty; cd $TMPROOT; rm -rf $tmpdir; exit 15' 1 2 15 if (cd "$location"; tail -n +$skip $0; ) | gzip -cd | UnTAR | (while read a; do $echo -n "."; done; $echo; ); then chown -Rf `id -u`:`id -g` . res=0; if [ "$script" -a "$run_script" = "y" ]; then $script $scriptargs $*; res=$? fi if [ "$add_this_kernel" = "y" -a "$res" = "0" ]; then repackage_file=y; fi if [ "$apply_patch" = "y" ]; then patch=`which patch 2> /dev/null | head -n 1` if [ $? -eq 0 -a "$patch" ]; then if [ "$keep" = "y" ]; then cp -pR usr/src/nv usr/src/nv.orig fi $patch -p0 < "$patchfile" if [ $? -ne 0 ]; then $echo "Failed to apply patch file \"$patchfile\"." if [ "$keep" = "y" ]; then rm -rf usr/src/nv mv usr/src/nv.orig usr/src/nv fi else if [ "$keep" = "y" ]; then rm -rf usr/src/nv.orig fi rm -rf usr/src/nv/*.orig usr/src/nv/precompiled repackage_file=y fi else $echo "Couldn't locate the 'patch' utility." fi fi if [ "$repackage_file" = "y" ]; then cd .. new_targetdir="`basename $targetdir | sed -e \"s/-custom//\"`" new_targetdir="${new_targetdir}-custom" if [ "$targetdir" != "$new_targetdir" ]; then mv $targetdir $new_targetdir fi # update the pkg-history.txt file chmod 644 ./$new_targetdir/pkg-history.txt if [ "$add_this_kernel" = "y" ]; then $echo "$new_targetdir: Added precompiled kernel interface for: " >> ./$new_targetdir/pkg-history.txt $echo "`uname -s -r -v -m 2> /dev/null`" >> ./$new_targetdir/pkg-history.txt else $echo "$new_targetdir: Applied patch file: $patchfile" >> ./$new_targetdir/pkg-history.txt fi $echo "" >> ./$new_targetdir/pkg-history.txt # retrieve the lsm file tmplsm="$TMPDIR/nvidia.lsm.$$" if [ "`dirname $0`" != "." ]; then sh $0 --lsm > $tmplsm else sh $location/$0 --lsm > $tmplsm fi sh ./$new_targetdir/usr/bin/makeself.sh --lsm $tmplsm --version-string $version_string --pkg-version $pkg_version --pkg-history ./$new_targetdir/pkg-history.txt --target-os $TARGET_OS --target-arch $TARGET_ARCH $new_targetdir $new_targetdir.run "$label" "$script" rm -f $tmplsm [ "$keep" = "y" ] || mv $new_targetdir.run $location fi [ "$keep" = "y" ] || { cd $TMPROOT; rm -rf $workingdir; } else $echo "Cannot decompress $0"; exit 1 fi exit $res END_OF_STUB aGZ tTEN:I ?-fLTBMCو?AmN$Lk pyl";38ufs8c$ztw]VD%&cGp)]u{Vխ{'3 ~NgsVYҲbLΒz9Y2kV,*.UF2'$&i#J Ʀ%B:k'xf1@'>U[i,4~_2Ңb"9o4jA4@g R:]< _;Of]F~ԔEa)嶔ԖT Y}¸;lH?Vj01$5|w߰0\Q&? 7ԟcX::!Ud5.#IvfͤpX:<4Ňili)-3R\Yyv %^b:nE,ĞgZ|,iN35p"i'ӌ!1@ۄ?ʹt^Cazlul!pubםyĻꮹ*] ,̻5jxkC^ ^`(o-$PoaW|(@{6"dm@YVt/Lk goƧ{M$(TCVy~1K-'wn2,ma5Ç|S$mS-S慌vgLʹ} _r8$q$ ߴHP%y1vXs$oP2i3WmqtRWHEKAmo+fPm(9P+ktʱqkvO[mmm+";2XJP'Ztx3hfd: ]M{Wa Y*'UA%w'Ѵ A, U@+4B0`M-!f麼l ƪ1,W4bnnq Foe|gڷ qRԟ,WS~~N_% <~N/cCoI"ty%.~F+߆uM`}oQYIIixַ v۔W7z;~CR%ԫ$)i?odkʔtp)K+SSIJjo,NIyݰ1S75OLI-C#:+ Q\3tF}zOo.9}f)$S66p G0,4t>=/pwla60݇`_ J'ju&p=x @8ƻ&[ZK_i46! F?*ZR ֑H0TC1PP hԂ?}0TO3@ EFhS!ЌZ^2|4}c$@6!Ԇy?~{i3<3f|fֲ.ީT=p'&\oopqo]E*N.+/ x,8p[ Af\G>"&W xr ,M[f=2jS)i);JrHi&:(}$/R!(FM0JFKlQD4.jJ/AM/QMEHKTRz.h 'oEM/!Qi47!= J߀4XK' mhGS:Ѵ@J JDz,?!=GOOSmr].̣u[>^|]%I HB8w|j&T͸W+їƱlj/WwO/W _.T̘jTeh;]t $>' #;-}ܓaJ&~ukkkOq[Q$}v>jGY{%Ѯ=5˱xsyGW}m|@ɤ?i X=ڎvic`$).'PیXN7'q*eu}_[AUsGt9V]PIV=؜c}ísRsXSwV>@Vҵ*U=!FX9-dۮIsOuzL=(oه>׽\]Vu$;lzQ+b:a֢XŪ6v P1MRVŻ(xHmg爛(_aNQeV9ʫT rr܌[ F]WouȍZ OX `-{Zz`/X '[\n?m  s6\>وM)]g:>݇쳡䱐(:H|Xl.u7FBZit;=_A K_tG qtLgu4[k|.28=0P2P"=7CаteB9c5wʦzdfͷDO < ]k#E=LWqd'=98QԞJ~%QrjͲ} S{+?j}ia#Kdˌ7: ={/|6^շNB{*^VG'a;L" q y> ̍˂r;;OԡuK\y W6]nv Jz}3& ¦M+$F1|[ӱlۂ 맠LENa-kA0c/Ж`P,a-(| hroB5ЬbCNUAO643w40q3b/`/72[ &>:Nm}؟^-Ut]h%k8N;zMߘuªyOWN^{ \+B$I`q`Sܡy503v#1i/AsS{<3⥷EFxI\=Pe$=q*0*n&ڒV'tіA.QYJ$-a!(VُNܖTrY8hMLrNtK-ŕD P=f^G0{=Ys|#1՟ , 4yO&=n+<]_Uu&'|8'ZgyV81㯊O>sh;#ٝ+WWr@gO˱ @<Qݝpf?ڿw/f.}C5Iii:yKIa6"7J"CO*5$zL/sZ_>kJ  1T|} Vȹ~"8\[Ӄ!hTJ!_C+Ib&5JP^Gen~;cM@|u^"p ǮbkHnMF {RD Ck=.n(E%%. (B56 X{k޽J-ٖm\@$۲-l0%ْ)kY*X ʅL5%@HBB -`BO^BI0FFhf#7[z`(:xƌkDߊ dy脕ڂVR[m3Pw&*h5f/X[y[ld\i/Ԛ-I)c! }1s8/!%Ikr(M"h7CcFmY1.OM=gQu=AB]=b\W-|m[ ;qՙ`dωW7~y]']UaGex%YI\wʐ?,[  ̫ Vws"bW^^D5 מeHlanu OG ;^U$=!$ڵ%Á V8&Oo3N<~1 eTq_N2C2e8*y@.җ)~$g~qzW2wy\иeÕ:"{6~^?;_⚨߫cDH_gL~xhϛID1q3xS o]p!P)lke;3ُ "he.Áﳛ%6 K:ߏ89䭈!mTq]<~v\]v< r~Vtv9J}RxML~_Ju?Q)#8~E&=!|[J3 qOӤY,͕l ҼHIҼOOH|[J3 ׁi,Ji6J=ѿy4wb f76o]6Tߢ *~SS^_ωӳun\'Z|rkZA38=N(=P4Fe>dF0)&!EjW(d]Uv{MS}m#qhy9luiHh#;w4›QsQ^ }.+%6T 0 ׆ }va2o= GBEZ#v+'#""MY2NUBﺢuS~ #L95‹K;pd{ҲHw #[5~-":U"wђUu%=(h%Tͅ.)>xaBMy>=6y衂Q%2?⥸}\cW+!낔D3qѢt AQNŵxMBpoǚmBJFb},-Ŝ̅OX5ג&^|]xmԸץp( @hzڷӘΉi;T"bJp5z,E@rQ0ij| 8-5w}"o\ OH~1?c^( }aH>-1K5NV 6|SɣBP8[UI'WZ(ez]~"n{#Qd Q| F.Tz7~LCɷ^Q%Y}E&)޷Qg;VѠ$Eqy.%l;'uq3ک N$E?7Dgek }4uo =GȮ=jFW A|Ej(cVZmv%~>dWq;602p.ķk1H K(\Fa=x95kN{ ٸ==g*oL6yydCgvgQ>HtiN˷vQ>Uj˚DˀaS&n RzkB%X@vzZO%YSZqZDm":mҭr?* ʧ,?vTTc44&g4T٨ƓsPQUtp5|QjlB5SPQ|=)Vq$T:edE>ZhsK Sg}lPSPY6 -.Za4tNjZ>y~gZ,tXw kUJ̵Hg}H}z'=̪"Y󭓨 R"x&{J[j$ ,fMY/R-Sf}zBZˬ LWP> R/fS+Pa=hۑV!uJ,jQvV Ŭn8P>YmPk)5V/ն:Y -DuCDzJ`ilT&klm!6=ںb}@%ZMf%g܎\L/LFgXv8xC?dM8fk vYޤ)&bUP)ݖF(^+rN'6b P~k kh;h}1d- [$]#{"Ynjר}JD=jAaMߓgXj-YOR>[?RdH;eԢ3T/[0eG3,?ˊ϶69^8׺nϳ.>G B."uu s q%Tje94j.~B}: 4*J$⨫|ZgRW[^j5=D֣Tʵ*묯SfmZPY_(ToX?ߴJ[Vzu7XTJJ"|:8{֥Mփ}ToS?nd}BHZ7(:{2Πrl@9iK9emZm͠cbk6>T~-?j}4.%=lj5{ \믺UY:܏٘ʉFJ׌?1^7ҿC\F* #}.xHPGem#=bH-i;}!eN=q\;6jT;*ٝBG'ŝ=jj;P;5N;ruk(1Tzw(w"ɍjNxwz%8~/7NwS[7ӧ:)&1mY؝Hq{f{E=S{)9X;Ce' 5ߟj pυuD$"`6̋eBKޖk5urSWW&н41=En< VWWk:RL`^Vo6ZXVbN]f} ֙`pcэufL3c* :`:% N~b9Xv:x?Gnnuo7 z TLr3$}?Ѹ mΧ^(!j:?(Q7?FOIF+pT?*\MTCLF.J: oyƗm58ƘpSnp7R' W!O#PީUa4M WqRxJE._zpf6 j3~I}R:ڿK36#3k, Gg+2s߸=W}(opŌ vzpjlD KY;uj\Xpэ9 %ynD_*t4 rY7а睺qrp׍wuW cq1nƬ|N7 ^|Q7b ĵUF:|G7Ώt ^eD!2C)2F^^qM\P{.TD{]ƹ"aEK,[dǢη*&[d'Sn-ru|lۘIӋDzEnfTƅ4w=!Z6DA-rO5Ӈ,92 kƳ`C=}\|(:'+h |Vјw*4D 柶Ő~+#A1ŀvk^-XH^۔7.q)|OUs MU5~ PV HWUWh-'E5m>ReTo"f[]*2X!fR>sLowR)z6ǭA=\Ьf͖sVTeEj\:֚'HKPU58:Y~ RkcB`P+\D]DԲ͕Qs2w܁)DpVhϼ)MC3myCs5bh3"^ 4_h}vk(Rӌ4-7ٝԮ廮HDWe"T7a񿌺X{y1\bxT,C%ZB6 Ǐ篩Iu$Oa2WP-j#& nY-[Įl5ߦX\`+jy_,'69LIv?&,(T2*7xA d]>yrTBõ]-4xhZ5.@Ӯ (Ɍ]@A|dLg|*97[3X5|dr,x"H.1BEBTC<.yykA91H$S.?D {f&kdA己⻅e*i#đrDE^eLHh˸՘O'sD>|kDMʨwI6f [s\Z!>HVp1JF@j#,Оμ3hbȐ‚/") #4K:K ni#ctĨYQp+#W:k 3򤳹Xnd\_PAE7̧)>c.[pM5e p1K:cwCeŤ`*y>'łV$OeBTH]zIC'D,O\ y2e.$>JAJ]`7"*+M:USQ[x̪,Ú: T5uכOQč*W}o}4Ϡ2S::в6 N H}NTӺLYu^0~~_SYWC޲`؝TF^WYJgAAzH: L;hO6K~N_"DkY꿐uu@:E[B(3zI. Բ\MIE7TfS Vu0P18ԗ#PoѧG3:~׼ͅ`0SBPBS#ohX9^h+~!' wɘo#4 T*yӌͣݚl!hYwƑտmFd"`vӏ3Ҝ<,C%L_zXO9t5b|J<:)=Z&lE QzUǡVQ6 /EY4]sgP߸aA69à(*,aNY׸JE?(VPξ_;}qX:8pp>:8Fp΁u[qຐ#u8S!W#H7u [ED ;8(:I8)縩hE'rb()SnV.:qJl,g T9aud\39PTT|6Z92VwwtNU |!˩ԧ9 ȋV VE!+B}n}ڏxpJk"~ Mwt3|{sN%|ⰻ Xqtssnq%\ɤ9>2it%:сY5ېLP0<}3{Jy3<ƥ=\άјudΙBbL oB}q8]N$R{|W E̔ׄtd1A_fú|}Ν^jQ ve8S.sx=|]t?NbWp_J,$i&Xxݏ0NWas/7T^mjj(E}QE P,d CwqTEPrUU6B+Q< 80&O> 1CvEoAp`'y9)bwBjȇwadLd. JAE]֡ q1ES'`B$\ Ѥyͬu>9<~7R_h\te> ޢ˩ 鳰-:{3^)v+PryZ`q3H^ i`ȋ ?}l g=Ev}s{|~P>N|cQl¿a#{dqZ HWt6cڵH$ h{@h/z/_FP2m̤37{8AL_qq8o)Ԭ貗^. j?s>ɺ%-yF_1%7n-yN-yN-yN+q'tK׺%ϗ6%wBq<ݒǡ[8tKns&jh$[ݒ3nsFBq<ݒǡ[\ݝ-y5-[ T })N2ڥt:#w&Ŀ{,W>p6}I9SPk|xYdJ>WqZdQtH:S?#$Q69$fa]t ZowKGhS: OirP%NL'N>N.Zp$$ޙ*Ӿ"Ȃlj"i 6mGNߧeNd(:}όϾ%V LJ3-LzU&WM \5j2pdU&WM \5j2pdU&WMdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2pdU&WM \5j2p) \5j2pdj j j j j j j j j j j j j j j j j j j jKિ>Sfg&^3 .jLf\13IpEgf5L+2Wg&^3 y]Kf\53Ik&$^3 n.IppL=gf~L\)>/y5S{37W3ތK{3.y]K{3.}]K{3|;s<|oZ#*0 >WȬwLN[> uMPT{wT~zOPp J@dK[Y@FEp2Є<80M[<­Q(OjIܚvm&Uא`"2yrY1rCuRvh]@)=|[I?u깟ds s [ZAF~=mu%Hv0ޤ@೹fSYMP?8z7kYp&Յ"5"wq~-jwHHrAFdriν' I }<(ud.#:bAQLv*ue-\Yh-0h9C*mdiJPd%h+-\ƄxEVߋD骀)yP "إ`,uE?f%;t '< ipBF[Dk.@4r]/^%4IS/cnd>MxMgeLUT1Z. ;+]L/(9Hq%̣^ 9ݦs|urfh"fm(N >%h.1˟]~wӲ%hT8J?7:xhJwGq:+.T̰gDZE>礹 ~|@_PIyqܸ-t=qe΋Q.iwvKvLĽy[O-pʘU*Hm<sTSBŀKBAU.uIA1p{!]')%4+d=% h|BT] '\8opf>ʙ[8o x+-u?g>Q 7JGAe 7c> 7{E [߄ܿ +oYW @NpjX~8 jh8V$㜥~f`[o+%sBX p&P22{5 ouW/:1zVzp;92Hz׏'.js§yj!qvh`wQX[o<`IZ]5h>M=oC^y(RS2L]ބci^TX~!?ij~DS`jI:A4 & .F:˷|٫ -3uםbzfү@{:D3/j'2]n0벎҈s:Ɔ 1K׳L[*iB uqrcyOuH<~F#MY>A-7rڳ GJ6Ţޡ8𷮹)m%hI?._-ZxQ _ź@v 5` [ .T zGKJ-c;#^P"Ą=7!+nCx?҅p]NO{FNM`7> \]~a\7Hq##|/+* m]#"5!d#=*!aŅJʻSU<GE UeWRx#=" Ch;jk>qܓ+]/íovo1YȧΫC2W&?CAÍOOjIyY,dX epXðh&` u6i韞{oovmzLל ve|0'^Xuo8uXƵFKk sԢZߊת5̮G/=;cy睽{WZwV xķw߽ggThzrcG|߉+Vi8юvQ=5a0 'O?7}W|ٝ[F.}do]ognmv^b|z?I*DFr-]R4-AA3a{sKPwd+j⚚ƶ& /\g&jv3ioi iijonsADcCUm02<ڣDPk=!H?g}SsMcxf}gDNA^EToji ap6omX]]W/8*>Ա4TWLRqmI Rl#0Fji\RU#OuhHKGM 6m-kTUJ~$&okQ\ cIg8Lf[M^XިU/nhm>l\UZFkǹ}:dtF&J0) X/gR_Ҋ?#>PeB8h 2ޢ!V7Nz5Pws7o5ִԵilt{[]}jjTƒ\V+n'~}3QhZjVxG{[yvbiPKՅ:{ˑC|(#>cl ms O&Ѻʽ'zk襾ʙ WuXuֵx ab DZDݑztU-umM$zGHpӌr,>mg&ئUk7h#Oy,>?ɵU&iA\C8¢U(#.dnC&I8BL!_(Y:f,f>DHjo/21q5--LQ̼խ6X5hsNBN K RXb.tF#Q!# #[XFG?:0(9f{#j^pN-Cۈuƶv_`ԺIF =}x[Vׇba!NL2k1)ye#o3 àݞmB89:fyDM(Dџ[ۢE#2"zرS ngIk QOg:HPZjfᤵD RĞ}= JʾjlnN5ִ]qW׭j,,EC|$&l1DbXBiG+b2){ ǡ ġ8Gv*ha/r)'VjXEB m6)N.4NZ%M65t@ȱOH(v]ǾztFښi[U!$eőQ 9\{) 2-"E0ErRiB-kDud5JdCh[1HCe.ѡQl%wuDddR M"bYVn C]vb kqm+10:nMmX N`t$H - +jݕx`mCÑń% J|lEE5 ͅ5PrVm]}uHi+M+™(}hF^&Bg J=qt`ۖ&UB= Sɖ,C}]bE a p7iW*NS{"O0B@KlKhUg1/L^նOsZU-Y4Nm:3IPu{s|%ȡ-Xo_T(b̃4;:ڸ)魪l*"\%MiMc$&";BL(KpߠM6k:yB!ӱH >$Ղ "UVe!*E՜>p*je Sq}Mu Q4˭cW:H %g:N6-*T6!0gum,j&:lJrd=@wl&bi⃨~/"ɡZّ{Vղ@q")2D-R`zf}:'=He{K]/;1K`_h.~qlKL{ݪD6WkT{b"Pi?O1F:ᾭd)퉻Fġ賨}i^\tҞck {|$4u &]/? Z9Ai :>i5F H!mMuR.5Jq) AQ]AL$(X*);'FPmF5w*z 1]PA'.%Ighݝ}h!Dhք$l#~8;24Ki ktF]Bz:%Cꆚ5 Ht&ubM#m Ծ YhL [ۡe&oxs'O$Ph{@-N YWtP;U؞@T;mHa)օQ'P q~1S/'-}rs{Fj$W5 rT-"FC6&)~CY 2dH6]0g&q* ۋ0:5p}DuG̉(["K!&K= J0:P9 ԛ h&z8t㋐<aGw 4$ZcĴ .Vnm"uOcΧ#l]x,3А"7+! cutv pѶb_#I XW4QP!"sZMpuk8]"" d2iĞ#)Jta{sd(THog4uFKB1hN>${JOȡj^tU̦ 1l=\V]+mBLDSR=:xD1ilzm %$ EjZPs"^h[{F:{A 7wbvp1%r )%SH1}=Vq*Gx~f ? \ڶ=){~/ ~y^l%VS}-?e73nZ=y%!i][*R~i^9qq]IQOJv_qtU6GZ16ŕXW~Պij0IV)-V#QHm?bԊoGx)InzI*vqy}]Z1}Qr .ԁfQrbރWxCbHT9G7 t,nBwvsRiph8'nI;yҔ'מ^ÃI;YWr?KJ_.ӗO'k?~Ief +yiW+9I.q${{?c}ڡ||4Af)O?KAO?i2gN/ / s$?}Y!ӗ&0Ç_2WOPۄyg v =Q ޒCQ}=_?rMOd'u?%́[SNW\Nrq5NO\^q{r?%._8}qiuoo?.;zQz|}t?#93?+8'v|pn|~wm jL?uiOpϜL?{2λOu}/]|r_D^6l|;Q&ͫ>x y; dv?wgh{M쟧yOe>_.*M5]I7vU$wLЮ&G(n\k|K!ވ\w{%wNOnx qג&|qO7^Oϥ9sP|>5AߎS#''2{^}O}?>]w$9S '+%e>bK* NWvnR2~} }>d}d{w"r?VZS.#(MAV& r xC?{e?J[Oc"vz?Wk:pU{ 7sս>W$˙i\>Ar :7|>.Y;e}2{^~.i|+*LD?'C(7<20?^2G4yƧst+$)}?SI%_/Iɟz&c_.?*'_?cxE})q*듡,K6|9ar#u!ZV~΋wdG[7Rܷ@R}{&։Z)\~+HH7C18:C=|ΌV1YƎ< ᪩ n`U ڪxpq)##HoB=C;C|nݮ6z(:Qr ({"׮x_ee'^ަ'l; ! **0dQ% p+XPW1D? 0$ÉH "v3{Lx`JPDL't9Ou'җ跅Wp"/7{κ}?% 6h+yg>Kmv~5l^_;.x={LoP;0{;_NMx)vF_{ȍ*~3߃U}}nT=o·v?}B?z涺Go^A6^[M9m=sX{S=#ݯ.e~~_ ݞ]D_Q.>#OAMADϞ]G^Le˾Hu5-Y{ v56>*kwx?iN]FԞ*]uE9~07AݏUxƦIv2r4c5*ϯS2h*|g=m j}Pz֩f ЧjȨ=~9=]ec!y2\m}>OvOJ'cƳSx{N^~0{r re*f;5N@.w'9 ,qv$<.NGI<&-%.=UWW OSniI81gY86ڛwY__(rn`\>[t?6_WRMWn\s9GKړԞ5UU xt(n,^\6KJk k;ch`C/ |4/?gjIع~ȹ$s%}oP34'n_Sj_.?Ws<]z<͉Wb'j2͉Wc2}fR}q՚ .S(٪9qj-t;ۙL?|Rz5/[99}Ľu豤'I__'H I`\'BWhRzn>'H?}g$O컝_~cΓoU͉;O'_Ӝ©H~oDߍI?&Ҝ&*I韓HJLZ$Wr;2}镹_K}f9~y2J_9p➥`gW~";wɒ.J.-+]Moa^cBCJڔ~$hoy\Z09d_0$ZE\oCu;ML.a\ҩ-_V8ց \&ekqʭL8Pod(b/eRssJZ"7ѹVCw 5r%>DyO%\23ɼ~w~AGX菡I@0!"s!=g C/tGOG62L>Hu=5d̍dn^z%6J͆CTdN8Gj}'s9=t=K>`vVzK.'S]C`!'-$sⵑy.p Sv!pТ~XdH=s+=ςVs!p$ w?$ԕJ7ȼ̗mx2Mq]yKÊo=A4)zz )o$!9=s$=)I&UY 2w'YLD_m xGɑyU;.X>-^Bz{-;&8YMq7=3  1^ ~Rש o'y 1@ռHYN2Kd蹓4g.{f~!s!dD? 3vq&B|J,:x/./lu?%o=w)-̇IZ>I(xb,2X 2D2FxQl}#Ws{ &y"c^gũ-OSWĺ GggK\%\V21^)akd~_'n [k4zb|%q] ɽF6unq MϿcݓy߹Ļ'`>yIk~0ܔNOrMe|Ѓ/4/ucxgOtƟ9OJ>GJm6s9a1hUm/J [7Nqʾ@yh+f}g¦l$=ȱ(]o u&_b/ ՟~Z0AؿK.iFl:b;/~2J'5oqH=&{psrIKf t9o-? $])? )) O SгA詑Sv(u9}2i~~{=+6?q.+m\'۴uȆ>V1vOlG%n~гu&QY@B h MNBQiQ@(2Pde w_! * ȦW2ӣ>}˗֭[9*vmv.|_rfzwV)_65VoNdM󚬆s3wkA=w7~G# Nў\b]/ZQ]QfVz_W4dxJ{vِfJ[˻ c|6$o̭>w{NS=]|w0?g7/~]<9;;zįO}wܫ[O4ނ:y/nMsu`._UM?dجH@bx}~Ng_^Ol2K~_1љY׾;8woQ@ִ.wm}tsoqwmWyx?CˮRp\7si9gc T^t'|Nu~Y{ؕ;F$~wd83~_r/jʵ+>\ ?#qop>67smOv}w[\rpanwrw٭ͼ~ֵuzp~,d_ᯫR/n+ņ~_)2sv{}?dMp旵y{cOTY9+Pw, koK sQJB_{zsߝ&{c?_ӝ|ܜ}y^^|c9wF7~'e渜7>z;# k:k#נ?ηyY~xAFǧ>}:'g{ɚ{a{?'֜~: 볏:?_g&{M[y9Qm7Vy!wY/yK7>{\+7em`.Ry#׶\q02O vstsb83?tYOu ;(bGuu?"t.DOy_߾NS!gT3~ }j6~3x|v]\6n y EO_ J3):3ǗΉ*)CGmPrpຯp߉-瀫]{SK{{(P9H @GǧssB竃4׫% [YoIytA3DG>ySm]/Lѿ o:Dّ"g_[ j2ϤaQoG 4q}'CI_Wb>uo 'm)7%Gj[yf^~3 :n"xS%K9u~w|\ L__Q¯5_G$i곶<(QvyyG |RԗCyGio뾐)Z':*m_ty9 9OC_w?\ ^7nQS%'mT}`Ju^2 ! L^9}i vH!o}'%-o}]?c\f5%OC}Wp_u\h;%rQxFCk_}(?AMk?~v_̈́o+{-IKÄCo8 ?k^ҾI7B)g :t O}-x\}zEs7~)kdN <QL:Uщp__ >|wX6^_ukČuGxژq_݂Ozrp])aS!+Nq-]Ӝ~U)_mWFwJj=}/~z GyrOocRW~)_cK:[oi?,PD9h\x ;1 :E{茾N\ tܿWD]oo[K ϱ}_gb7969|Q|7o=vVWcfߧRʙ =ם1蔡OW8Wg^BU?kmY{ MoXʹO rx}#\%kwn1.OQxn"ậ.o4BŸNEbFlboυFvjM._D'\.T5:Q:o? ^)}7 ?E~boJ{z W?Sqn.q<Ŕg,/}X_⽀_ 5X@#3tNwGGv\xo@^2.Rt?Wt)\w4+ƼIs/ 䠣yYQS$xl7 լ~ * z_ͭX:s,Ѱ/?\FRgnM qU?s_ş? ^!5$uM_^ IP$we0Ei#%N_ _V{M:.W>2}6~ЏW%2)/ۻA5nm"[՞}VQj}1Rg~2j'Ϥng}ì6G~;Kk'fh`td\3pϢǬ}8.Kc~Jyj]Սx"c4߹.]~! ' ?ZF?u fEr{u_1p_L=k"x,{I\)냗/^fܯ\}]|GWYuH271\IvT#'OF8F?Uh5൉h[~\tNW <”zx< K_kyKSCo/0v75Zz<J~~ҿπ0Ry־: >8{n,G=ci3~,ɦ=6ط L;o<h?^<GvR2D_מMo:Oɰ: w,unщfXt_jۮ6S_;)8TI5.9}?O̶us<tŕ\s+(CU ] >߆ݮ< [wk֢gy 3ywSe?|3^ϰ+x9^a˹e:kxy~~/$w}oP蜟Wzt4N<kfcc獗vxR$[g !T KLeaS1R8AOn'&$h}^g rݷJy#b{՞kk|Dڧu)"tJ~q6e*L#_<23?^{V/zZ;6>}<~:[$x|RN3џ[;9aGsjX7t#p]<p LM~W|l_7/~ny8Wa}%'Dy(BGkEQa3//N~uK&ojx;MϽQ"/wck68cs ~hސN_Wy6Of\{DM=U"]~Nߛ.aӛG԰5b:V!juT{FӯW[o]Oy58Q] u Gd|_'Q O0nq'iW5lHt2{&6ZRoOnGWHWi~;Ư5˲E'9Y/q/Ya$qG~rtxG{{tJKȣ5Y k^GO/-0_;tRxqmяw(Fuu b~!h<0A?m]f[gϷؼn.S?XmKЏntBM>@𜫬emE!xZx81'v<['߅Sl/a_mw32ʍu_FN)ϥ'<~)!, Ai9~YZ;k䃗M}^kMW>T?^a6o?VR\tNʓS]gs5Z6W)?]}puM)-Id˖l9 .| I$l- b޾v׻$=ڀf5eIB> aL0 )a WCJIazg3Ö{gϽuϽ{D)F"8䫥|^{=?%χ <wi<֡\Q_{^:O^Lȼ >wI?6|K9oLϑ._q8Yy|\>w7O7X'U`ݡIKy AIU x*y>+|n8n] A?1,#~ |ӪB3J-M.Q~a=)y =ߋ^u2 S8.q>iE_~.zKЏ{|9Zjy~s>r\e|x/R^FPt/BΗߟ^ǺOCow 8ki7M]D2,n?g\3? }Pyo~ɗ_Y?¾3~)[6=8O/}oL;^~9osl\Iυ)#N[9u^F{ yq(7#~~[1QO>_=ߧ|ÿqg{O'ΰKk. ו8%ӟ==}X#> Hង!>Q-? 瞵^ ze|ϭℜ/5?{nEOIhw@+1Y/]~A!܎o1O~88|S+ƻZY+'zgN <3usG^Y+w=>>'#C׃Os 8Wb߇v_e9XHw8v;ڝ>q-G8> R?x+"p/}Fn|1)U~~xzuҘ|οYB}aGazz*/+Mnmswzsݐ8"w%Իx#^'/ێ_C˺ݦ? D|u_NO~pۏOrÇϟ?-sW=G~+s|y#63 ?Yh8_'= >U;/=l>\Ot׳ B@A c P~|5>N-Ӧ58g>ćwV>,iޓ_/׳ Z}Ty`| |]҄=gb\>^{Cb],mG>kُq =w_p?^\|0r>_qܾ'XWаX3.|=}+f~?/|A5drQӁ\xCPG@<A9>Yw?[S\38}-7?g@m v;xw{'߿Ot@v}R >G9o)OGl'R8'| >Yw= |I(u///?> Kd"_}cgsӸO<:,y۽AʳzrM|ЁLvd'Ad\nITmV~R$qb'͸lGV،g Un&I[XIV$ uaj~ʌU?ȱv؞oQ˚ؽc|=ύe@Df #Of8ܪb9~Չ,zU>V 7s*tlhNՈSqq<MR/'ys>1IZJ"TO㡝`~*Qyԉ9ׯs Qf]gNsjm3]627D2j4& n.rb S]J;OJGX0 76 8vl W#8-;r3\t|h׎3OXV=`wijfRے3ӯ99QWo7:B,[Ah_ӹ㮫$bC(v?=˞ S:"5>CSZV^Ptbl6B%3D&6r6̿ 0LǖLTr)I;7EjdU;349QLY uN*3NͶHṳܲU8_k{A8'?VCc7O?HraFQIsrmU0c$LI1#vpzV:N DH8ÖjZujvԵx UVͮdcsn&гi*(SzgyЮP@3A7g|K"#d-K.R[A3,C25Rjѕb0P6'C4g!a*\n |֛" ^[҄d9j4Þ /tg{ѡFqЏZ|4LvG_a&R3nF&7A`4˯{N.EH=԰PnMŻȥ.;qd"ηNqouZ,P$Ŭ_Ə!d^+$]_R17]z-=P8Z\ԘSU;l*rT@\Ed-j׌"-Zbe;)ao?+o9M)Gh`1S XrL="I4(6d.)V#Qу!R%ŵdm@%\ ˞O&#CV9&65hCM܊*st9ΧHJM0hԓLX9;OMB_^X:h~;vՙx%Ҵig]qY=@d½@~PpY$)q=$$YeN .(1Z*(BG&k:d9ZNjƎX+J[elx){!5!CGv9y!֋ń#B>SceYY"B:ĝWLϔTaXJĹQUm;E|р] ai,ȴ/ӨԇFEּڬ&;Wbd-iz4^H*NZ:nW-ˏ4=5cf,M 9ryg7ԫn+_4ʆc>u +$95"uc N5Id5dGAV!F'3 P*D^8Յkeѳ4)[f˲L .pwFH8YDښmᡝɭ{C;Z_հ,rA`JQER\GIÔscK"G˪xNim+Z:b2VX9s855ώc+t*PAIfs'HTX{<<rqY&q3E:X mF8>K5g=oQcw=4dYPvr̩nb\PIYj9",rb3;Oaձuᬵ)R,4QVV1'UF}6וSB.{~ɗY7CHRz cJ#:;T^FYNuujNfUv?*VW:fqd~T#Uo(UGKHEZPiz÷Zl|H7M kJpQ7i:JSdڌجMriN[hl&8eV%SN5h)FoS##`]CIϘrV*9`%5O䵥|Tq\Ȋ7 geH ucwQ(k. ٻz\Hs'z%M> HCY'J"?%4f'jNʥ1҅T1sv)ˍc܌5 ԡ][dڴ|8?W~TIԤT&!6͍𣞧~0R&{LTmE|6S [%7$W'=Sv`{qU-zM_ Q/{FTqI}L|[-ͦ[[ZMKf&ċ))5T MG#ଘZG V^0Q?T?_)W8hz2Mݩ%0g^EAɆD8:/3A6c4FP۶ 4*5*7$9jͲlfHY]bHU~~myW5qM %A3TZ.\]PJBW=fmzU&aJ#DHӯPIYeGq4OfTsJZPtY'(D=;:wOyEДeWD7mNbH,+i4Sc[>ϭ,OIID}NͭS&)**{vN >lS)BK8^j@- V9#ZtTd783{rNڲ]%}hAUV l>T1P~10O%ijr|Mr9rfyZl{`Qsk55PU@ר5Y֘ZAIP`qn##;&]U)H; EXNMP줠aUF$*ʹtrՖ':KJ4 lʰz5g2lT!k3b+/n[$T 4՞'Ղ)jjntFqрچ?͆ rP1D@H˰RkK.r[ZJ-ŠHCſYVA}fwy9399;?(ޓjռfv8 _R3%v`K6 ;(,@jdKa `iT N;*MqJPPi*p3īD.o OXYZJTȥjz8`bEQH?.(\8iOkRkf m nfL)$ͬb?:O˱"5T,MNRWr$\<͉ {d/tr{GmW׊1֮r,gP^6c:!`/s)`xb'^X#PJZcKJm8юBbnAӌ*^ZncT__5 [-sHOЈvY]>ls,1p&ur4JTQV|CsH!`ih`ɰg2k*SMxQg≓*ÓqMx2$ӴFv'_R8cdr.d#m(ę 9cSpܸ6LXRM&W=CBS*J䠾\(U9vq!Pa 3i.b46#^rYw`Ca39rwȟ,ڥ~~t^L2tAjƥdr3+i$2j'T#=*]qFF;kK- ô^&RHK|=0=<qYj0"IYc rEO`(fp:9~JUu>2e$HvvIePo9SZ>X L @4U=Dk;&STk/*٢*izƗYTufE/3D`4W9W):vE,cFzjKv23PhۑY^sH=ژ}"H |X, >]91e:7d| S*w[I~lji$yF/NKpᘇ%udKp@EʩKɽ#1|OYsL2 4F*^{wvמּj:e?Wc!z;Vf A5|^EW?C%Hf`n+oc\0::{FH֊aJԥY1s2_PdJ$.'G( fcүS5kGV")k,@,J6J9ڧpKGnm87{[Wjiw8+$vbݍ't;ݑAsxP0[ +g2-dıf#S(W*틹掎jbKW&w"4lU1n=u Jm! BY-2ztDvL)VQXab&O/E`08CT[[*c7>:%kAԹdʬaTJ8a|M6vaEuP(dj,~0;vϺNmW*mupqpz5jʃvi5q>AL%(׸yZ})wʝRS㨈QD:dd:=[csdRv[9zyi8Sago&jUO(μLI{rnnYr Q P}q03=jdP*wqC $6 ?1R9^(B 9tic[ʪUQ1}J'epiJ{_QaCFq`c ęN̎3첦ܹt4%=BRli%g6Ӣuvջ6:Sn~a;ežhnʦ "۬|89RO'=榐ʔsY3)N]e_yMR~g?_ Z\o.W;I-o' 5{|G    >OEXł*xM_&K?ZY ~{ RW~{ FWH ~o H/W~W ~ fo_;"~k7?\_eUSM_wJ .-/ /rO4OTWH R_K >"/%/G?G_?__OK ~\_ ?-9?#/o;A_/H ~_WI ~H 57J I_Y_[ߔVov-/wߗN>ߒH #,//H_࿕I G >[ ' >G(Y?W5?O b YwR/W"| oe*xwJ|9/5?,?!I~s_,<@C_( TE&b ~-oS_c='/{?^__./?E_P_Ӥ?]_I!Rϖ##/T_5'/:D_?B_$/3+/N_ˤ_rQ_J"/I./_#/ץV_$/fC_oH M%/wߓ^!/?!q|B_rrCق/7N^'#LJW"< @ P]W_$/_ 2h_.{d_!J_)Y/|~b_'g _`͂_- ~7 >$/2*/]_wH .uKx'/"/&/|D_3?S_K ~|H N_?BG_//'3/ϥ_"/_Ioq/K_W"/ko|7H U_K_[M_I }%/+/}/MsJ ސ|L_?,/#?&/?!/N_Z_ go#ł?GK  wj+u?OV ~;s?_?,n?!|[{_ \_&<_! PW ||o&/@+A,__"&/o_&/[?R_K X_cJ [ /rOP_Ӥ?]_I >,/gH ~gK ~J 1ϗI ^|T_B_?J_H Y/oT+/K Q_˥G$/?I eߤ /5M_^_(/o!/7K }Y/{ndEƷӜ-=]OџDO8۟z.b+s$[<1?)1-ʘO`Pc5c#ɘθ=290/p?|t4Vܛs{0> +c/38sw~,ƝfC?]  x'㋠x;<bnbw~x9% xˠx><\S~ ~1~ x8^\¸7`|c{3{02O~A?p~|r @?N?~팋x x70+~C?27A?7Cw3.~ٌ@?pOe\ ~1A?Hg~áx~~CܛGϸ s YGB?V·A?ƣ ۡ;x';x;n`|d|7/g<10ߢ ~'@?l\x"Oe< '00G2 O~Sx Axwe<OWB?p㇠8ql!\ G `<w2 ς~-~&Ƴ#^x./c(/aG3~EA?|x6Zb2~ cG2^\x`~~~ތ'+A1?I>/㧠 _B?OC?N@?vB? M@?p_A?Jƿ~0x)/bg g3_b;<<x$x8r܏Kܛ㗡+?Cר+8_8J>_W A?ƫx'C?vƫx Wq70^+7B?k(:^x=g7C?p  G ~C?v'x oIn`d| 3> K'1я^x+|Yf܆ *|?x*c>[ <9k0nǸx$c{3nϸ 1`܁q_~Xpo|? ܃12_B?pNŸ3\>¸ d|`|!d|og[_ MB?pnq>/g10@3.~E/~{@?lƗC?pcOe'00G2.~{A?p  6Bz] KkO6}]·q.3~H8|41,tk)/k-*=R|7_E}^״fUOX +|FXFog$|pwvyMlU+ؓtNv\e]q/_&yE=]q `om~9x?:6ڭF5F,eMeS4&c = c8% TQXNq]kۣ3JjmkXnVE?R1~yQ4\95nM}F~:þBM?m6Dm͏NyW sTӂuާֵ;|ډ\?dаxX"m%hE+ BU|_/J;eJ@ W^G|džZv>⦶jDPJZ/'~f|#↯u·PLa 0-{Ԯ 0;%} 3Z4ߧE+|Pt/7D?全AP6S|G9WC'ͻjVe.^MZ/'x{۫Coۼ]5/^ey{i?*GRb~}ր/tpNuz+)l_.:վɏ͜%~9Wӏ(*f{Awf<(κģGETTCf[qi{=Ó;qӠj<\+6p5-foe`glw򼪬~2 o5&{=47:VOoD;7EC'|ns)4QORP^lMZM~RNjW_xQ=K#G.תC/6>z>10U@?Ii#FMzDBC|fC癥InrW qSC:sh|^]a>_^ ^[_߯6|(NU2_dߠ>54W\ì!Z֖;V^DӨAsFc}h)UT*s;YHyNG3v8ۇgȲldQ^^ҳծ<Ԫ;U 5T[˧ Gg?%~{y]Afb Q6px?)zbΫ5/Tߧ)X;˜|c.OC0z{.w+Z_P5f qԇ|\;ʬXr1vtMeͺ1]R"zNoEJ>8ۻYW|_ŗF2/SPJXϦ>uT?FxBq 8oI7·4kO_}D)r\(Wx߁e:>y?XX_WMnq;J<% 26ϰ.W/.Zty#tMKl%+s +QX=U??G"h-)|==mrÿIgVWʃa>KP|@z>v̿%GT^,;FK@עE2>%\g.D'Yx?~u"5>#>U}oY;#-<;q=il 4q[\:Aɶ:G;f/0cɪa!~CSVVmj }(,^ij{Skl,JDv7-"lͨ'0p/nȼ+hj\vfYd,B r4zb?Zb<:0p/N3-_\f{nx{w)]ƓfFUz6{1r~o xmMV! uニ:s-[J1_U:@tb 2 St$UWr$Y?5XZԿ _c$}|#~c6=<sbiι5~vs'ՆYįͦwt'3,Z¸k wDx[?uԛK6i:4#0ţE9ǘv) SHu`F a3%<ƒC1= v}v䝵 }&w0_=L5lܼ3n.'5 3~q#ǻk{8|K;qjW?Gn O,Y wu^1>wG(׈ƫVcoAx-cW/͍9#Ou }\>EKrܐ^>}ܽ͡rAY}}ZFRa?\uۂ(ksk6WIq|+^,վ wY. {ћw>‚G|әό -z7 _/A_^"( (}fi*޷3r3fmgSu !;)ɻ.*\.GxJ)FVּc} T`]7\$w4c 0 4[Y@tHG<eN7 \vx;Ħ3Џ7p\$#MINW8X*Ŏ;t+wj95^E^;>V[tx}K\sjgxЍ[[sT*N7T2 _BX6.x\(}(-ƈ"9NZtB:OkuE.N<:^o>n)n1>8SZ1`I\"Z+~p;d,c|/ZLjK<2XZ^^yw-wiIpڜkqW" (cՒev"VX`X`XL9Co½^i%sх,|,՜n*aGTGU@͕ fM-p;Dsjm3ݭJ^v)0́q%Ƴx}\_h/V*Дk|j<ǃ;jYݻq SX>¶Wɻn&7ၡFFN @ m,';.mk&ԿD;.81ь|c'.DP|ᓔj7}ǟ(ܷ<#h wyUQaHG{1 Q|̸uQk{[L^O ~=*z>+2+nJ] y4h.(%/{}oﬦțH7ZoPL쯥ǍUM\so%:>rJ`}H7f:̒GpAç>ۉZU?yu{HN:MqA-f@o̦ߟ.vnޞ N{Js75I.F?/uUO*-6~G):.F>ma v~ 3nSy./UоM)'Q>%EUyFU EΫ])J~9z_l߳kuonrY]:yM#}u]iaWT}yG[FW %o5B/յ(oH;> 3y/QSr]jl[2bzoB cTu:a W@y:t.\g`[4m/PS7y&84(jSFORMxgNO$|+OP챔/Uslυ s\]s~)܄?ϼg1yYhƁ]M??;0O5idL5 LS?x_KT4t@~hRAEyRY"4j!W#D[LJ `ܔ1G+k\||"iyW+0tNdVD1^܀/#64o(L=oc"7'bDb_N\c'fǾJ&k'zbD Ng'^%8N,=#5Nf'f[8Jl_\fMn:S;WD9v:%E=F2Ɩ)w2_JS-'st2c9"Nj"CbJ#grzdz ns?N$Cdz _g~W2 /ҟ~KE_/~^LEЯ=^㊏_DHt9S+8w"1+J51e+׹U-wL4A=S X}Gy~/=uͱKPjFjTl4KoD_c=K!^f۫d_.bÂ]Wp{ΐپ.Svd{J"+ְ/n2 2>;8ϒM捨rE<Κ;~ЙGvz#rfƱ,q"y1~rrx+S]Ҿ (+^?ܓJeي }_A=625uiw/jGf2:cĿEER<71G &3Y`kiykfQ\7.{i'f"˕%m3~Җ#}l^c Vf({u-r}qc׍u\H_W/~P$7ZE%ZɋChO⋖C A>4Т"}ԩ-;Ns^6Ѣ5^%P|%kG`Ʊ5ac{q^H3eTSD`>\by7*U,j? c L]o:PZiu58Т}Y_I-<+||[} '5Ah؂< j3m|+Ÿ_lVND7Mx1wLݴYb Kp}ˀuisp0㌳Δp_!=_U|s[R:[-i4X&4-x{*Emz`7Umb ܵSR}J;g׿ߵϾs%ʧm_xO[.^- uH'9U 9dhq_?Wڱ @/u ME]#jz )m=6a%w￑_?zϜm9{_ߧGweWwH}BKsvp@/u󂉞B Mˉ)Iѹ8ƘN /9x"T^obj56_YG"Z;r7+uzi_?5LclZԈCr@uowGq57īss#>k>k>k»iGo}5UU] n%6uӯ;;^L"ZQ!j?\za 8na*2M?jC1'6؟L]]8{f(3kTyS3~Xނ]@EF:hL$gyow T6;U-0ܶ=roקZEֲK+xSmO;f:Tɖor.W[ǿh> -kߥU^ >uy3M'5EhHvj_%zXD;6mzJ^u޽i==pq ^TZT_6 `-P^AF,NNYt, _ETqk騷Sבʿ_k*_NdEK$KqLwm:Wiw=a?L:w7b7$̋Uw 5ԇh:~ПxG]1ayŏPYr1Fj+tÎcZ| >#ydj[,[rJ9k Qxev8s eGi+J DP֪&1r^ow" V3p_5o.(h A+RO^v&|IfN17*4Q|遶Zt%jzڢW[>[Q8Rn6UH.Xy$G#|gߝeI"%} V;3<܆:ր,<[q/4GWfkjftԹy i|QdZ֭B'_>kJbތ'dbA%M=$#.D+ؼj"v0s+X;-]{O`_iFeksal8Ͼ6|n)b Ƥ#y|(t 'r:9} 8-&qvфNX*{vqt<>eRy :I˷$9޸֊d[tڂ"s uja#'oa%|qaP(wMÈ cpC .{@Dhg> (F1s:qB'n!~]+IT-ؙͮY+@U) bJpnYN1Õ}0wWL HLAMR^%}oʑj^ DNLق>3a wU9?/b>_ا4)`ao%~'Tr4f3⯀zk,8Qo|B^fHDmLO-P:)}qnմtҞ#E/f5>%wm6k=1-x6oٶm&ӞKƅP.~h!Khֲ\\7_SX_x?Ž9(}&~'Ua{f*l,|jI~V\-zw2.+ł?ata{g9k{JN4nػ)[jS+ ]*:@sKUkN&8* Y'Uz҄'Szz2%O>Ե7- t6VX[ϰ]`s\֋1>Q OQ8Q(DPw3|..!>)2Jl8xa,D ^͸s^4*mgZ}6:j @jA_Pgpe.lR9{o>'vWK&|cAU%s5Vfd`5kV&j6 Z?(cI^ Żw[bSݕn 4?M3>w_ ~VY=Ew}H v6۸prFgcQ=cZr͂I `pr~(w;H$b\h=8#43AX.gN)E >PPl|ƪ Nj*hL$1`?€aYe3 _BipT(%;e5l  p (GK_ .`[C<<*4ǹ(\mEnT}[WbӢ]+8iYc_}85V,+?|ɳ9GOzZq<_r#LP -]܎*dwܞ>f}Ƴ0dPiCeB/jOz͇by]{E!$:ڣ8m،^;y6N&;$f*3e3a\+l*בMVEHii+|6MQM ;Ann.iDx>7Ķm[!D=>ƲSzt/G=𨷑KdX y1XQ,R1P csLOnaz~SbG`jwwNۉ{2ܚ JzH7+"O44Ieif:Jhx#1t,tO{-%¶p mg(r\oNϋ=3챇^lB *'k+ ÞYx<6ᰓ`ל,)1FV (OpV )z]Mo]-Xv;*.R!N;{fSv5${՝SlgaqvBmcзWES9<1<8[=Wܽń=A+@`^$Fh~R `Ѻ x>,,řhuD. ʫچ_X+Pr {3Ѕul5.9sOQU +_ ]'JEˊSp#h*C"Ug k`/X A߆ YȌ9/!BAa.I|g:ұr)Yc[-«{ԐV3Za1AѧTJ 8cz7roI »( 6kEM;eٷBE@GZa#)1x0~OP 9su8Gb}(M:)mǶjV1p읐c9R=̊0#l Nxjs,pש`7 /*{t(ΖV`@8cyc1<jN존*ƯDcL72eqڟ k @Nx#܌7:q>C-pp2~'} 67?Ɋhƻd7%g"l}FnE@X-cv%}A9˧u}mZ3rMN [l- -nHNԓ-6-3f'VP(s3N`.QuJxVoN|zX3n /܆ʞ^ۃP7yґ*]\ЧG,AVU}bުy&^)l+c/`<8l'FK.8ȶd[!Ƞ"JJ]hd~Vwy9 -,t/ԕ.m ld+ WW0 cND|*oF ':dݱxzFN1[+5 绱t&&=o:o`O:v4M֬eGp1x씶dʍ#&^huѵ֞.hR@@>ќ>VoL|0ZxN6^G8 D.Nu~ѕ˾C"H=O2zZ-Ӫ&ռ׉V^ thkhNg'ܽUlŹl4MQ,k Ngt^Xfn-OtlkPN٧[}e+ȏpR#waR%or3jdB!CwHw%ɍIWe@ʌ[g#o^<=|.zeUy$䡲'ejX\b{ E5I A9gQTSlˎO(C\(z|jq1:0kahr|2.8|/RMo/i -fF$Xl-Y+QT;]^6l t5jAqTBL 3j:U.Mҝ66b!g6 X0hdy]b߹҇?口Q3&7|KK}-gFP`-gEN#zHD1*']^J6nKn̗ЭC5Q: +ߙJ #d}'u܃ŵXхn\Tf>S>4şBKZisQEڞ~EjX"{}MvdM{2D"B'KE>Ij Ɗ ]nkcp矷ӻCs2dJ k{4_k/>hB ilA#ۨcyrV\+2QNoc`9^cK ?;ÚD nDžZo^RS(/EYA-x4r[NSRTM1!^v~:t{B06LT =@l E,_¨/&}}E%F`E`XNA%ݻWp^5 mEz)TZY~:\Ɨ 7ӠZ[:5yaࢣ|} yʖMesԒ `kMLj5YP1UwN sAdQfW+(LIq[h.:ZKtyQ%M+gOPa4dhWlET(NҀTjwIs[K3,ki @XO]_Ots1va?ø 8Z+Ÿ]t֕;:\T|+vP*zk:,Ӯse"XCK_̫0VBNFv9|Wjx&^pΰ[W/+o,̱q13|cjlBf>Xnw&+mdPb(%U,p~xx&G(;ugl46l3d(.Jx-lP pwxBHY)v1XEmg J ^SyWÖM4T~)ڠQ> |j?8;}eS]< 8@*m|rZ(6-A fZj,׬*J%k^Ц=)U-JVhF8fUefm}P (@ d@&yM>!T6!CD֣}ܭ9-Y*5\tq),.ҚI;)g4vKYirVJeEV.(U_#|-q(NHbq(>"+R(C:oPҙ)$vOMqSW{ǔf{ L rrO=p=h58;K{,ꍱHvގ?1ێDAXjy ~7DB_Uub,3xQ} Q6PpG(D ūEĞd0Tۙoc,#vՐHL쮹95ؘ K›|cmjp{z^Dz]U[}1=Iն']d7sdU5ar!)rIx6:Q:f">.=uc'O=3nsgP 䘟_cL_!o@w4~!xw!~I|6ՉLci+~ߟ2jƹCK"Q?_Cː9pݫKTĜ;~b]HL36BgKm5oΖ |w{`܇_U|&w#!~__\JgaGT$"q>!N"Pn*뗨ioF)4ںXѱٰv>d8edxW&ǨF؏]+̿^Mq((><%r-alci]l[QY+]xOzޕݻO'@!].x`c0zĻv9 ڥ6𘹌VVϹupea%2j$YZ<6Jr4p,8,[,p$ /JEcs )9:8i1FSi؋Ӊ?R/" nXTu-ROU1K-g$zA@,B5p8o]ˮ%bn٤oEirLħc,+?IN(v(uc7L:p?E_F/OV.lZE;uVWy V6/L1}ZGnjK7:mק%)} 65j_A%>@lTe|£J-njt>Yv9xC{̛.[f9I mjI s"T6XdKpޜn #ʦ'5KkJY< \T/ \dd?‚t/PMi8XP>2LQThk .mw 7҉O#=ЅBONޔ¢ʁ0ᆵB':pHDoJ*kO.<(d;&l.#E:U3sf:èd6cӃӕ#U&`΅ n?Y!uWp6?7U5㎹nG@u"/Pyɥҥ=%{9h=Y;%Įy'uo: n ˇBR{BQLvN-p~GJH| xRYFip"Ҿ4+-"m,n"_t.^4"-e-݊q|пx7,d&y*8GS^9ԧ\t@uZ~8x z]eIX^g=_aM\) |Q wz$ߡBhOM"4 A33m UտhBT9W!hm -Շ=AhCZfD=RkEZy6x ^kk֜ЦU`n AۻhQ'`N㰰̛!W*l_0OUY:Zk쩾xm# es{)Ў?6jP`I0 ,dXxLΖ֔dh}}~'$U)j*x-): B ;a Pt6O _QCw ͡BN[~vn}6?;Oi,A=N)v'!ش{yA_!>v5≙B!z)zD"e"ÎVm,VӦ 26#T+'7N TO/DIXV ^IöjӰDžaNs3a:dԄtI/7wX,Qc'N%P?P ThދM/غيyOfs@<-| efΩʂv+bcB'V+ͣ;NdxTQ7st yO(w'_Ùt)u PIJ5쬰hAUԏ*XT-k6K&:DC\C5NFPSt$fh粰Tvq-)}l*MavDo_Txcsq({\p0@'Z %6B2DK eY<O}@aa6g݊gh'3qGʮaޙpHP=]Te*ֻ@%xn-1xru\2!q({cQv*|@WD^k8 SN#AN"+8y>_ )SR^՟8m;qF+-vw8 /_DZy>+ROM<4 CӚ(Vgz|vJ o|@uw˂U.2HNP)[3Z3lA$jq ;P0~8v,%Yr@i VkiՐf4Xr R2粒MFۜ](e{P+#2!\qas={5-\cy2D05*t4ap`;GsčGlꝲ 7#OdY}͗&[GclO)ȊkeE<l ^} 3 RTYPr2 ~>ݳA FqcjXq|FY_T]6c7]8<;`fd[Ȗb' !:oh%?ms!yBw6(/gij}eQ^~#rsY>!F$ E]jUOsx.R@ 7[G\+Q 3DN[{ȉ'h A 7}bi'Hq2 ^.ZUٵ7]4ftsY<|L\E_zqEWnr_;m<$Ax+&5캐氕kkȷrUm<@ޢM!-ZϠmikXؕ`? b_QkuJ̡F'5Y 34x QB\E\8RaԦvyه}ج)b&.y8VR!9J x8V=yhԲL{<=hK}KAaPw1;\.˼\vֱa|q"\pY%ST2SN3hu1 oƊBl1WUx3b&:Y˾_yvgCZ6S/[ 4&`ylll}y{|XNNun>ZD-5gt:R)<~Um-YQGiƨYV8 V)p3h$Rg#w}xyc0K.0m*5Uc`~5&8aj$H#DIp,'" I$x#)$PXS?/@;ek1lXB,Gܝ|9sX(T(|cEc_,9҅ ̥?Q [fFzp*;>sVߥ*N©ÎUlKjaI+o-TH / 6|UL<05L1Xq- p2ዥ&ς4U⧙P|hݣЧr%( Cg:l:BB5lhEGDg0!FV9T<q͐>`]FGdLJiF!9GN"&?Ң[n"3~rxyTE8Eے3)?*0FbHy+ٵ \QKևQ~?84-52,L# ~Q92Ar]EؓŏRmNyd-x{j!x(=CU4(fK`CQA  tNUz`/2iąP`|zP'`5KsD׆ث}^3]` %+r^vvx01t*rJ*p'0FkZq#e di FVµkCY^1ib ;H/l(ToSϯwkNv{whfw ƇY]gӂH H,Ǿ{oޅtV<;<)E@=8h |bxfK-K3#  bc^ PĂٕmjkz6@r[uྡ}g)}>1E%hf ?2(w|Mni`Q6/{6Ys4J򋞁Wrqk/oQ2O$Kű V ɚirY P?cE a 2= L?~=;b ;dxb^B4p1ԯbQ^حW19k+{# a1 ^.?j01,KͿ|:WSe~}4g u޴+AjzcN>(6-ѽ9\yfG~c%&ݞv q,]?޳eTda5݃2O$6076aq X ]VpEJӭ_ I:䟜?\]Ç+Bht/rȸ zjk,Iֹfu;)Q x5{˾sGӇGf%Gb G mwBYdfSS7o![yMNfkHLp(e~;H߹My}ߥ'AakìD ܳՆY{nӢMDx[0H!oY0)AakìL-ֆYiK 6]'`!ՆYf)Aakì!hө|K [f%;[f6Pv#aP/ > A;paVQq_^qWB!:, Q\ ~d MX,չv}een;W;Y$,heAb=c&̷g!{VM5*YJfqtǫj\~q\mؐǡ${.MM4.jIX!U={T5[6n֞+xp$%=&[GDoR﮿wJ$54̴i- V!?τtsC A㲭F_)L[(QK4vzˮ{a&q0 3PSd0LV>S't_^ nb>4z}h .0lP+k)QBkmVNjې%yпT\ Nmf0u0hch(t#ca=a[uS*K<_Dݢ (&+[ lEL-{@x$FjI,j +N~`,M䌛umB*ӬAR썮iPFus#=0XS)A̓`]`qe4u6J_w=W ]2< c]y@ g qr׀YkC۱svh V.59V ]@ mW9@ i)iN)?"@Z{Z&C#,6`2}`v>& 58! 6G`&4+m+V7gZ)`?(` ^)Xl3ެ)T$lv!* =SN,TF``4t0BA ƛԃj0nkE w8U-( ƻ=12Ry6`lbӠY/,c%zz&)v>eR~ju,tAR3Ր ؝ XIꞪcFˉp_[KA#/qڗoM(X~W{ռf 1]O:c muZ햘tFi2abd%y&Kh&$ --$k`)'!&?S? ܬ_޷+i0*xUuG|-M;c+*/a% q͓=<e*rɾg^:T,߻I,\3A.+"  )O"3 + 2B­$L̎AeQOY]$dc@!@aB•8yStw]]]]]Evu&Ju;f]7=q+s U;B8 Ԃm1'rq ,ʒ &ڷϡ)o;+uD[蘡;[G {Ka)+k3[ ٶʟh;tp: ON5pΫy!>*[˞.w @|e9q Y>$z,Z+3Bv4Gv]N]3dE欝xLH'`͇|ncU36 1䒜K0x >s]w.CQnǕCϝ8AxQ8{/6+bW&M׻daƊ0Ev!>LkF>kLT\;$:,3&Ȁ\&33ٓbV0b@;0=¸b{90HvVi"BS;L1h+✵"O=y:ʃEN$wR/yqkYs/mF)5|HUXԌpntXsQ@s݋ÁPwa8$tfwi_HE/Q͊wާV;У#kz3 w\k~\xĶr%Ձ ߆~zj!9dG͕O|0 pMF&OwWAd8?ZYo2` 3؀Zws(F7҃?p/q|JπzڎM-Pǁ/Cwz b쎋KBXn@fd`a- y"S/plGl#9݈kmk_뵅U>bob뺪ifĜY3ӎIr{JKcBit6qe{<^}3$X2.a+<(zzlXyFVy8KjQ<]C b^ (ĵӢI]n 4OjcW,'BCuI:~h2") ÖvN]eĻ3,*}]M㳢0V9v&6 SmwۙlC#ҺC>ST-PEl>Ps :9|lcUD!|wm՚ :5ueحȷ+aͅ6";:OI{ :߮r%^jLԞ\ЮpKFu-mV$z:z-)ב ǰ~ yt7jbxmʴ6ƣǥ%":fL(nQ5i.SI=B P SIsL/͵Pjwj4F$"FcKnvνWrLc&$?7SXinz7)˿Y^_ 1sj.J՞H`C :X;F-QjcN[hHv0YIdaS )7:_?yG:E3ufrXɫlX?ƚ׋X8R 7JE5qy. k:dzK-jjUTuܬrn*p)No|>p_3lNVCwq7G Dɖ9f+Js&0*Ƨ|K| 2bItE1aI5<o !` `Ek]agʮ; e E!S}CaCau:TF{ s0u7}Q' dLG;8ewq4Ę3OkGC/sfPv KژLI~3A}: D|yϷRxO"7R|"g!5|$c.B!I_/ N/6oM:ʒ'sꜜ~{6H _4b48q`cº_3ahm㼎 maaM [fd>n ;Gqc*q|ǃ)2>Vxuű{GWLbx80+{)kq` Wxb!H^҄4yBt{UݮEƀUb1#̙q#K,'sf฽Uo̱Ǜtr\t~bZןL gZ Kbs n>*},ln8~+?Hu- w})YעUrK?zǷZĞ<+d۳j3XZ\js0:7[#s=.1i RO4I qk5C\_{] ,:u =Gx1>_zhGK]lhU8K9:P彭T{ymԵ w]Σ 鴇 J (O |࿇~9BX|_ہ>nlڠi7g(lEj2)`=D͖w%tls#ll"!6|9 1z|wsFb込9sHX,3A?3Μu4m!5Cꥋ`6hj e-,-;v?Ar^WeOx?Ǖ]7B1I/_YiU5y-ếX|BEG{J _X곷"ҍ¦U *TwppNNr:DlOZwlф@Ӯp!iJ>Y1\UIS2|COZO"MAhhuulOeÙ3XM*h1C QaLKSƙrSja\a[dcc qj@-Űc,oHHw*$n2o:۱c=Ϻ*G LDW*'St?Z|?'^ .F4=o`}Eg%@J4]Wu׋W!U_ML>V:V' |Q @F^Q0ՔZb={#O,`+FpA֔#ྙG,F tvK" J 3Z~?lGvXQ{FxW/(xFxU~iH6!zx{_'xF2C-ekncktm,S2V'S i/HKM?^l'y}x~QR%V^]FޕxE "MGuB^.JQb";gEeM|@oK+5t48'Fٺjb\Գ/ԃ0@.FtjET_t\XiH]4q_&VӢۅn 9'GnuN폡pp5%ayߺ'- 5GvZlEC8 dz4Mq@c~!K:"5sPBƾx\ !H*5dA RCCX~QLR,GAcO庡]ЖڡR΢zLh-y]`0~ #Ef;H >3P(x4_/]x`KiC&Ӵ,EDbeNZWve z\3Ty=UꆢJ[TWoz >RJ)т_$!sbGWT (*w>P[|#4DU^PBـ%-331E6DLƅ ña.h\*؃T("qE-ؼ "`׾{|cޠciA$gŎG.8\|:_ASTT_>=chy2TFO ¯BN&.[xQf5ʡp9߳aSEk'a+/R黆hĭQD %D‘F{Fzӷ+=}! /<ln>W -eU>ٳ1|RBܜ)3/"1}d* Id1"Xl:Oɇ'EDIΔW1+yM}68B틇nWBpVWt]TNGIa&OSzwpM3ꮸrisc z>pLs 3r$q' p|&Bp:/"Z-#տ u$];ϋƒ'8>':k)qm ӱ=S1.|Y./FEcLG6z0EJþGt}_sqtg}FWgk4g%+Jqz1I&B l{GznC9ܵL%SG|0&Ti`~[kc k mϢ/pm ?js>Ngf:|g rh? *'ѝTGP>{ܳY?K4<p mntg @' :,EK.XPVm?oEBU9] ?C4r _+xtڋQr&n:R{z^֏S:vQ{R}&/g ֡9%- l>PB&-hMO&^R>\[J %2Vb ~J7'+e/l%OmRC o5JWHBق:OH0;5UCćJU6 $^k0Iv᭒;qt|Up;eLC O-%2v0g0OGۯBt8OG+bvk+w}T^Us_5*V<{%|)Ի}qaW<i Zrm%ĩ"Oj1p$n8P.^C2=;h%-RҀҁ2HjHWb1=j8|+RWŻb\j(﮷ mL-m>Cgu sKwtȃy١LU=t%~Xf /y͉P@07[|g>Ϭ:FNjtd^sMhA}ø%o?+.•Wxa^#P8 f2#z (< / iP3ۿp9F ߀’7Z (e@/xNeRqd@qs34^mo`^ h,q/LȰEն"VXko@Ru jf][:{ 4 vX`A[Gxo,GնM6^{ V)c.QiCtWS6t*e'8&;3vѾt@`CK9y=VuoV 漤a ril'޺_ל^۪KqgJ΢lٶ5t? o.f1zmZ{rzUΘ.5d)Ah eJ*si {5? w{VN%٘uDykWJ)u]6턿]֐+ToVSjzslR:G*W~&LjT+W|MˣڣN?54ā&%r P%ܺ 42GW60N,of-S=7 ocVyL|}]=߽HpJ.ըgOT{mvO,\&:;0Zv^2>]ꘚx~ձ"j}sbQ=kZNS(m88泧:!:2kB ߐPL0t)QfV8_p"vS m/\{"k6% .puM]~kI8Bg oȭ"m[VU]ߊSEw#DŽ\%xxdl7?kx7?r75%brěy X'%:2#Af! )e_ֶ#Ib Ggqvf;'$2.2!%SÆP7y<sVoݗKz-[RUehUozS;ޒkDLU+C晣G6QY2Q(>l7{:m7Q Rtk:ʨrt2EGN:Jk(G%@s\|s;(e:eoGH(=‚(~w彉Dy_\[ 7=dw͐cž&~Qd8n7u3 `9k{1Ohk2l2Y۬:Q-M: 뛍Rh} [lL;;_9Y=dXTD&#ڱNI1?_#ɑhs9H"a#8GwVV91Dp9bkUFR&\QRK-.5(/n*cȸ9c& |3RVf̆r}8n8j{'k!ן) Մy`ˍbjdqlǔ/vwG - Ca_Civb穷VFo(FzAt|E:|Lwr8u(A,1Y/Uܠ?U \d} 4Asӑ2e95]Ëڪܜ1tŖ?,\SCEoկ%41;V=ktF2:]qgvZ7)ٻTj; O"AhZ?VQA 3 ?0|EDG]z1M]) ϒA=l3z֋Ad+R }p[>޷Uw+(ޓ7xu;.k;x7%u-}fA޸AŻ<(ދ9Uϭ{ 3Um'Qw5=S{-x_^58_\FDkܦ eHe Eg[˄CoB 4NH }J`) TցyW$E w#Q[a:'V`._g1,f7lf+//=$W`C۝h*mIlJ;2,:[bZ8{%:\'΋na WDV2"Iߪt؀N6^\~@+[kp›?YSR5g ֆ:-B8NWzcw%4ld7th2@;pI WF F}Bw/بkQWp)Au B ť7Yjdtԟաt7):vVwѾ4hZF,+2&1W}/?7=X _{i-dvMjXJn:|:4|=J nw8__uoW9#S)cJ8jifx%sA#ZU'DdArQŚ躡U6}<H$? 4-'~Mq8qQ'oVB^=[y9ҥ^_P+*i:Iz[ "Uշ!E]|vg!d"LRi#EB#ji2}t'v{ Ɨ?kjL|/Y xeLT&7'[Cmw֐FUocoN卽ot#m{IB\\ ɁNJ7௞ꣻo%,yHsxlh_"kzoYR>xz̿i{*m7 ݔfXjfTh1w@7ɺv$(&| {#n_o{E|desQTeYk|_{n[f͚YkfZ&t;DbB!}p9a l? )\_mڝ&JPj sJ_[SsF|"s5i|$6P:7~5>P|b?;W0CdH롸] >sz-tzTt2qj9.U_8oT-GE}IEM@q>iWe@Ba,T_W5ր5``oYpR ;1 )'᧫o(vYD rCVLIu*~ێod7+Bڟaq \fO/{l f~gƧ<,m{Fq]ӎI'>*((Uk7(5s,t^ZjF[S(WTWV\!Uyrtbe7,C \,D$Q/^Uś}h[Hrlwυke)\> DGZHD{ʞ'#ޟM̘r _ۀ<-X[kBǷj bcΨLiq%j÷s>:; )8>Y\я1Kkp~ t޿u%@PC]׎Pv*#/{UP9ufHķWO5UxYԄ9Vm7cksոؚ;|fٚ]0{?\M_gV?@ D[pI@YͮVL̪y m`@84 t*s`?cU̷~;%6[n[bN;b8_6+,f:$9{o{y ҁa:G. ov?T=%X`cUBTYkt*o@Ei5L'Mзu4qJvpݫe!ojSUًec:yJs112$OHNgsUZKTwS'@RMyzO"- :0[5 V"n+ꗋ BUegeOUwr={T ߿67^RN:f5&>k8TӔ ˭pEU—K?U:~@Z[Ja>/t&XrAj ﭾ}8/2ތVLjz`U{-)IKKqRr| dv9_9vyݕ<pK[7?5HA;~SG58#Lրa yb/l; {`6ԣ#C%Gm pg'GBPCfkeiۃ`iO/LXHMsZLOz*s5΂s'0=.9G,yJ] ݏ g-v%8^;,3B 0iWw |]K|+m?ӟ}lw:VnQO5 " 7[#cjÝmD;1yy? OO733$쥧ȱ˒[983Ib(p0/cIQYw.8 U2a48ZLQld^*wܠ}krrwn/WtֵeNH3tϔ|Irxy6[.!%D/u4f#J;3:wM(d}ђFZM=[y 9eWuO˩9@"%YL9*:BFf) R%¶$pw {\=!ʧoB_+B*tDwd7.aSuh9FuUͧH ( lWȦL؞j6꛽MIk vl[0_uA?Ϭ$.Kw2kz,i_@ ✈|U{6(I`wM>tߗR7(its78YCoe_+u {I:x=Bkl.ola5^N;ptϝW1j:m ׉*`dGCj9xT{yufof6Q/; CaJ}SMӫDȌ 2Vh6[5N‘EXo=x(6HK6l k ^>U>EAXP*yJ;7OJѫg7k|iC~P骡RRɏV:nԲb0 J@Z錡aZ_R'tP)*JJPZPThTIJ+mZTIra^0TTmogGOJ%NJRIP}J0N z@CcJ68Qe_}! c5cȢbFY/ gmFAT6T`,C ?kߪul?mdy VV[a[BHq_߿%Q+~p08GM?_D|"xmwAƸ%< QL@/EuOƦw}ɀXK׋o튧۟"%xV#4[O?uv#7c|30*3RںtGsI:_g^3\Wa=X#{.uV!S5'cxI!F#;"] m$6F0 !Z޲I]J03UcB>99ޏ4E:qgt9 =7Z$7PƢ:s[(WGCYg}iS e7WԺir:yv5 G-87){&Ū=_5v$G8yz1w$~5}Sߧ jtNH3A$-cV LCߟ NWh; >WS%q}5%US4;zTBnLҽa*}x.)vpXLK^mLQm+|qMߢLy KzR /Tnw\.iΠj ~~jl1ENOV Ě\p'6Pu3%L;{;K/{,&QwO᳅?;.N J@HWAJ)8n|Ҏn> `KUa`Xϻq(NgmЧtjo2d N|MsE^#VmKu.b9S,dB,{ޱM4255rfld4".٧53BLFF X#F&|^JpBX c^*g$-I Ji2DFlo@\$$l>jQdK!_Cc͛0H5I:^$men