# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # files/ # files/browserwrapper # files/patch-bin-googleearth # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# New ports collection makefile for: google-earth X# Date created: Jun 13 2006 X# Whom: Florent Thoumie X# X# $FreeBSD: ports/astro/google-earth/Makefile,v 1.42 2010/06/19 18:47:44 nox Exp $ X# X XPORTNAME= google-earth XPORTVERSION= 5.2.1.1547 XCATEGORIES= astro deskutils geography XMASTER_SITES= http://dl.google.com/earth/client/current/ XDISTNAME= GoogleEarthLinux XEXTRACT_SUFX= .bin XDIST_SUBDIR= ${PORTNAME}/${PORTVERSION} XEXTRACT_ONLY= # none X XMAINTAINER= nox@FreeBSD.org XCOMMENT= Explore, Search and Discover X XEXTRACT_DEPENDS= unmakeself:${PORTSDIR}/archivers/unmakeself XRUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info X XRESTRICTED= Not sure about redistribution rights X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\..*//g}/ X XUSE_LINUX= yes XUSE_LINUX_APPS= xorglibs XUSE_GNOME= desktopfileutils X X.include X XUNMAKESELF= ${LOCALBASE}/bin/unmakeself X X.if defined(WITH_NVIDIA_GL) XRUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver X.else XUSE_LINUX_APPS+= dri X.endif X X.if ${OSVERSION}<700055 XIGNORE= FreeBSD>=7.X is needed with Linux emulation 2.6.x. X.elif ${OSVERSION}<800076 && \ X (! defined (OVERRIDE_LINUX_NONBASE_PORTS) || \ X ! (${OVERRIDE_LINUX_NONBASE_PORTS} == f10)) XIGNORE= needs non-default linux ports (define OVERRIDE_LINUX_BASE_PORT=f10 and OVERRIDE_LINUX_NONBASE_PORTS=f10) X.endif X Xdo-extract: X @${MKDIR} ${WRKSRC} X @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC} X @cd ${WRKSRC} && ${UNMAKESELF} ${DISTFILES} && ${RM} -f ${DISTFILES} X @cd ${WRKSRC} && ${TAR} xf googleearth-data.tar && ${RM} -f googleearth-data.tar X @cd ${WRKSRC} && ${TAR} xf googleearth-linux-x86.tar && ${RM} -f googleearth-linux-x86.tar X Xpost-patch: X @${REINPLACE_CMD} -i "" -e 's|^# Set the home.*|GOOGLEEARTH_DATA_PATH=${DATADIR}|' ${WRKSRC}/bin/googleearth X @${REINPLACE_CMD} -i "" -e "s|^# Let's boogie.*|rm -f \$${HOME}/.googleearth/instance-running-lock|" ${WRKSRC}/bin/googleearth X @${REINPLACE_CMD} -i "" -e 's/^TMPPATH.*/exit 0/' ${WRKSRC}/postinstall.sh X @${REINPLACE_CMD} -i "" -e 's|\"\$$SETUP_INSTALLPATH/|\"${WRKSRC}/|' ${WRKSRC}/postinstall.sh X @${REINPLACE_CMD} -i "" -e 's|\$$SETUP_INSTALLPATH/googleearth |${PREFIX}/bin/googleearth |' ${WRKSRC}/postinstall.sh X Xdo-build: X @${SETENV} SETUP_INSTALLPATH=${DATADIR} ${WRKSRC}/postinstall.sh X @cd ${WRKSRC} && ${RM} -rf setup.* preuninstall.sh postinstall.sh \ X bin/googleearth.orig X Xpre-su-install: X @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC} X Xdo-install: X ${MKDIR} ${DATADIR} X ${INSTALL_DATA} ${WRKSRC}/googleearth-mimetypes.xml ${PREFIX}/share/mime/packages/ X ${INSTALL_DATA} ${WRKSRC}/Google-googleearth.desktop ${PREFIX}/share/applications/googleearth.desktop X ${CP} -rp ${WRKSRC}/* ${DATADIR} X ${RM} -f ${DATADIR}/googleearth-mimetypes.xml ${DATADIR}/googleearth.desktop X ${INSTALL_SCRIPT} ${FILESDIR}/browserwrapper ${DATADIR}/bin X ${LN} -sf ${DATADIR}/bin/googleearth ${PREFIX}/bin/ X -@update-mime-database ${PREFIX}/share/mime X -@update-desktop-database X X.include b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XMD5 (google-earth/5.2.1.1547/GoogleEarthLinux.bin) = 3d6cc89e17daa361f6087ea495d06a84 XSHA256 (google-earth/5.2.1.1547/GoogleEarthLinux.bin) = dbe73f8deaaeb9e4354594c13693bb0290160745ba7e68b708dbadb80250ff11 XSIZE (google-earth/5.2.1.1547/GoogleEarthLinux.bin) = 31399370 57677d168a5ec21bdf22c9501f075a8f echo c - files/ mkdir -p files/ > /dev/null 2>&1 echo x - files/browserwrapper sed 's/^X//' >files/browserwrapper << 'cf2561b65e67cf8d40760b20985bbcdb' X#! /bin/sh X# browser wrapper script to restore original LD_LIBRARY_PATH so a native X# browser won't pick up linux libs from google earth and fail to start X Xif [ -n "${REAL_LD_LIBRARY_PATH}" ] Xthen X export LD_LIBRARY_PATH="${REAL_LD_LIBRARY_PATH}" Xelse X unset LD_LIBRARY_PATH Xfi X XBROWSER="$(/usr/bin/which ${REAL_BROWSER})" Xif [ -x "${BROWSER}" ] Xthen X exec "${BROWSER}" "$@" Xelse X echo browser not found: $REAL_BROWSER Xfi cf2561b65e67cf8d40760b20985bbcdb echo x - files/patch-bin-googleearth sed 's/^X//' >files/patch-bin-googleearth << '916e61c5d068f00a7a0916a63a7ef570' XIndex: bin/googleearth X@@ -34,11 +34,21 @@ FindPath() X dirname $fullpath X } X X+ulimit -s 32768 2>/dev/null X+ X # Set the home if not already set. X if [ "${GOOGLEEARTH_DATA_PATH}" = "" ]; then X GOOGLEEARTH_DATA_PATH="`FindPath $0`" X fi X X+# For browser wrapper script (to use original LD_LIBRARY_PATH) X+if [ -n "${BROWSER}" ] X+then X+ export REAL_BROWSER="${BROWSER}" X+ export REAL_LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" X+ export BROWSER=${GOOGLEEARTH_DATA_PATH}/bin/browserwrapper X+fi X+ X LD_LIBRARY_PATH=.:${GOOGLEEARTH_DATA_PATH}:${LD_LIBRARY_PATH} X export LD_LIBRARY_PATH X 916e61c5d068f00a7a0916a63a7ef570 echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' XThe idea is simple. It's a globe that sits inside your PC. XYou point and zoom to anyplace on the planet that you want to explore. XSatellite images and local facts zoom into view. XTap into Google search to show local points of interest and facts. XZoom to a specific address to check out an apartment or hotel. XView driving directions and even fly along your route. XWe invite you to try it now. X XWWW: http://earth.google.com/ X X- Florent Thoumie Xflz@FreeBSD.org 7f9555c3c1089940396b503dd37f3979 echo x - pkg-plist sed 's/^X//' >pkg-plist << '842cde48cf18b70a11b15515ca566742' Xbin/googleearth X%%DATADIR%%/Google-googleearth.desktop X%%DATADIR%%/ImporterGlobalSettings.ini X%%DATADIR%%/ImporterUISettings.ini X%%DATADIR%%/PCOptimizations.ini X%%DATADIR%%/README.linux X%%DATADIR%%/bin/googleearth X%%DATADIR%%/bin/browserwrapper X%%DATADIR%%/drivers.ini X%%DATADIR%%/googleearth-bin X%%DATADIR%%/googleearth-icon.png X%%DATADIR%%/googleearth.xpm X%%DATADIR%%/gpl.txt X%%DATADIR%%/gpsbabel X%%DATADIR%%/kh20 X%%DATADIR%%/lang/ar.qm X%%DATADIR%%/lang/bg.qm X%%DATADIR%%/lang/ca.qm X%%DATADIR%%/lang/cs.qm X%%DATADIR%%/lang/da.qm X%%DATADIR%%/lang/de.qm X%%DATADIR%%/lang/el.qm X%%DATADIR%%/lang/en.qm X%%DATADIR%%/lang/es-419.qm X%%DATADIR%%/lang/es.qm X%%DATADIR%%/lang/fa.qm X%%DATADIR%%/lang/fi.qm X%%DATADIR%%/lang/fil.qm X%%DATADIR%%/lang/fr.qm X%%DATADIR%%/lang/he.qm X%%DATADIR%%/lang/hi.qm X%%DATADIR%%/lang/hr.qm X%%DATADIR%%/lang/hu.qm X%%DATADIR%%/lang/id.qm X%%DATADIR%%/lang/it.qm X%%DATADIR%%/lang/ja.qm X%%DATADIR%%/lang/ko.qm X%%DATADIR%%/lang/lt.qm X%%DATADIR%%/lang/lv.qm X%%DATADIR%%/lang/nl.qm X%%DATADIR%%/lang/no.qm X%%DATADIR%%/lang/pl.qm X%%DATADIR%%/lang/pt-PT.qm X%%DATADIR%%/lang/pt.qm X%%DATADIR%%/lang/ro.qm X%%DATADIR%%/lang/ru.qm X%%DATADIR%%/lang/sk.qm X%%DATADIR%%/lang/sl.qm X%%DATADIR%%/lang/sr.qm X%%DATADIR%%/lang/sv.qm X%%DATADIR%%/lang/th.qm X%%DATADIR%%/lang/tr.qm X%%DATADIR%%/lang/uk.qm X%%DATADIR%%/lang/vi.qm X%%DATADIR%%/lang/zh-Hans.qm X%%DATADIR%%/lang/zh-Hant-HK.qm X%%DATADIR%%/lang/zh-Hant.qm X%%DATADIR%%/libGLU.so.1 X%%DATADIR%%/libIGAttrs.so X%%DATADIR%%/libIGCore.so X%%DATADIR%%/libIGExportCommon.so X%%DATADIR%%/libIGGfx.so X%%DATADIR%%/libIGMath.so X%%DATADIR%%/libIGOpt.so X%%DATADIR%%/libIGSg.so X%%DATADIR%%/libIGUtils.so X%%DATADIR%%/libQtCore.so.4 X%%DATADIR%%/libQtGui.so.4 X%%DATADIR%%/libQtNetwork.so.4 X%%DATADIR%%/libQtWebKit.so.4 X%%DATADIR%%/libalchemyext.so X%%DATADIR%%/libapiloader.so X%%DATADIR%%/libauth.so X%%DATADIR%%/libbase.so X%%DATADIR%%/libbasicingest.so X%%DATADIR%%/libcollada.so X%%DATADIR%%/libcommon.so X%%DATADIR%%/libcommon_gui.so X%%DATADIR%%/libcommon_platform.so X%%DATADIR%%/libcommon_webbrowser.so X%%DATADIR%%/libcomponentframework.so X%%DATADIR%%/libcurl.so.4 X%%DATADIR%%/libevll.so X%%DATADIR%%/libflightsim.so X%%DATADIR%%/libfusioncommon.so X%%DATADIR%%/libgdal.so.1 X%%DATADIR%%/libge_net.so X%%DATADIR%%/libgeobase.so X%%DATADIR%%/libgeobaseutils.so X%%DATADIR%%/libgoogleearth_free.so X%%DATADIR%%/libgooglesearch.so X%%DATADIR%%/libgps.so X%%DATADIR%%/libicudata.so.38 X%%DATADIR%%/libicuuc.so.38 X%%DATADIR%%/libinput_plugin.so X%%DATADIR%%/liblayer.so X%%DATADIR%%/liblayout.so X%%DATADIR%%/libmath.so X%%DATADIR%%/libmeasure.so X%%DATADIR%%/libmoduleframework.so X%%DATADIR%%/libnavigate.so X%%DATADIR%%/libnss_mdns4_minimal.so.2 X%%DATADIR%%/libport.so X%%DATADIR%%/libproj.so.0 X%%DATADIR%%/librender.so X%%DATADIR%%/libreporting.so X%%DATADIR%%/libsgutil.so X%%DATADIR%%/libspatial.so X%%DATADIR%%/libviewsync.so X%%DATADIR%%/libwebbrowser.so X%%DATADIR%%/libwmsbase.so X%%DATADIR%%/linux/xdg/xdg-desktop-icon X%%DATADIR%%/linux/xdg/xdg-desktop-menu X%%DATADIR%%/linux/xdg/xdg-mime X%%DATADIR%%/plugins/imageformats/libqgif.so X%%DATADIR%%/plugins/imageformats/libqjpeg.so X%%DATADIR%%/qt.conf X%%DATADIR%%/resources/ad.country/startinglocation.kml X%%DATADIR%%/resources/ae.country/startinglocation.kml X%%DATADIR%%/resources/af.country/startinglocation.kml X%%DATADIR%%/resources/ag.country/startinglocation.kml X%%DATADIR%%/resources/ai.country/startinglocation.kml X%%DATADIR%%/resources/al.country/startinglocation.kml X%%DATADIR%%/resources/am.country/startinglocation.kml X%%DATADIR%%/resources/american-flag.png X%%DATADIR%%/resources/an.country/startinglocation.kml X%%DATADIR%%/resources/ao.country/startinglocation.kml X%%DATADIR%%/resources/application.rcc X%%DATADIR%%/resources/aq.country/startinglocation.kml X%%DATADIR%%/resources/ar.country/startinglocation.kml X%%DATADIR%%/resources/ar.locale/default_myplaces.kml X%%DATADIR%%/resources/as.country/startinglocation.kml X%%DATADIR%%/resources/asian-flag.png X%%DATADIR%%/resources/at.country/startinglocation.kml X%%DATADIR%%/resources/au.country/startinglocation.kml X%%DATADIR%%/resources/auto-service.png X%%DATADIR%%/resources/auto.png X%%DATADIR%%/resources/aw.country/startinglocation.kml X%%DATADIR%%/resources/ax.country/startinglocation.kml X%%DATADIR%%/resources/az.country/startinglocation.kml X%%DATADIR%%/resources/ba.country/startinglocation.kml X%%DATADIR%%/resources/balloons.rcc X%%DATADIR%%/resources/bang.png X%%DATADIR%%/resources/bars.png X%%DATADIR%%/resources/bb.country/startinglocation.kml X%%DATADIR%%/resources/bd.country/startinglocation.kml X%%DATADIR%%/resources/be.country/startinglocation.kml X%%DATADIR%%/resources/bf.country/startinglocation.kml X%%DATADIR%%/resources/bg.country/startinglocation.kml X%%DATADIR%%/resources/bg.locale/default_myplaces.kml X%%DATADIR%%/resources/bh.country/startinglocation.kml X%%DATADIR%%/resources/bi.country/startinglocation.kml X%%DATADIR%%/resources/bj.country/startinglocation.kml X%%DATADIR%%/resources/bm.country/startinglocation.kml X%%DATADIR%%/resources/bn.country/startinglocation.kml X%%DATADIR%%/resources/bo.country/startinglocation.kml X%%DATADIR%%/resources/br.country/startinglocation.kml X%%DATADIR%%/resources/bs.country/startinglocation.kml X%%DATADIR%%/resources/bt.country/startinglocation.kml X%%DATADIR%%/resources/building.png X%%DATADIR%%/resources/button-dis-leftendcap-flat.png X%%DATADIR%%/resources/button-dis-repeating-flat.png X%%DATADIR%%/resources/button-dis-rightendcap-flat.png X%%DATADIR%%/resources/button-md-leftendcap-flat.png X%%DATADIR%%/resources/button-md-repeating-flat.png X%%DATADIR%%/resources/button-md-rightendcap-flat.png X%%DATADIR%%/resources/bv.country/startinglocation.kml X%%DATADIR%%/resources/bw.country/startinglocation.kml X%%DATADIR%%/resources/by.country/startinglocation.kml X%%DATADIR%%/resources/bz.country/startinglocation.kml X%%DATADIR%%/resources/ca.country/startinglocation.kml X%%DATADIR%%/resources/ca.locale/default_myplaces.kml X%%DATADIR%%/resources/camera32.png X%%DATADIR%%/resources/cc.country/startinglocation.kml X%%DATADIR%%/resources/cd.country/startinglocation.kml X%%DATADIR%%/resources/cf.country/startinglocation.kml X%%DATADIR%%/resources/cg.country/startinglocation.kml X%%DATADIR%%/resources/ch.country/startinglocation.kml X%%DATADIR%%/resources/check-sel.png X%%DATADIR%%/resources/check-somechildsel.png X%%DATADIR%%/resources/check-unsel.png X%%DATADIR%%/resources/ci.country/startinglocation.kml X%%DATADIR%%/resources/ck.country/startinglocation.kml X%%DATADIR%%/resources/cl.country/startinglocation.kml X%%DATADIR%%/resources/closednetworkfolder.png X%%DATADIR%%/resources/cm.country/startinglocation.kml X%%DATADIR%%/resources/cn.country/startinglocation.kml X%%DATADIR%%/resources/co.country/startinglocation.kml X%%DATADIR%%/resources/coffee_house_16.png X%%DATADIR%%/resources/collapsedtree.png X%%DATADIR%%/resources/cr.country/startinglocation.kml X%%DATADIR%%/resources/cs.country/startinglocation.kml X%%DATADIR%%/resources/cs.locale/default_myplaces.kml X%%DATADIR%%/resources/cu.country/startinglocation.kml X%%DATADIR%%/resources/cursor_crosshair_inverse.png X%%DATADIR%%/resources/cursor_crosshair_thick.png X%%DATADIR%%/resources/cv.country/startinglocation.kml X%%DATADIR%%/resources/cx.country/startinglocation.kml X%%DATADIR%%/resources/cy.country/startinglocation.kml X%%DATADIR%%/resources/cz.country/startinglocation.kml X%%DATADIR%%/resources/da.locale/default_myplaces.kml X%%DATADIR%%/resources/de.country/startinglocation.kml X%%DATADIR%%/resources/de.locale/default_myplaces.kml X%%DATADIR%%/resources/dining.png X%%DATADIR%%/resources/dining_16.png X%%DATADIR%%/resources/dj.country/startinglocation.kml X%%DATADIR%%/resources/dk.country/startinglocation.kml X%%DATADIR%%/resources/dm.country/startinglocation.kml X%%DATADIR%%/resources/do.country/startinglocation.kml X%%DATADIR%%/resources/doppler.txt X%%DATADIR%%/resources/drawcircle.png X%%DATADIR%%/resources/drawline.png X%%DATADIR%%/resources/drawpolygon.png X%%DATADIR%%/resources/drawpolyline.png X%%DATADIR%%/resources/dz.country/startinglocation.kml X%%DATADIR%%/resources/ec.country/startinglocation.kml X%%DATADIR%%/resources/ee.country/startinglocation.kml X%%DATADIR%%/resources/effects.rcc X%%DATADIR%%/resources/eg.country/startinglocation.kml X%%DATADIR%%/resources/eh.country/startinglocation.kml X%%DATADIR%%/resources/el.locale/default_myplaces.kml X%%DATADIR%%/resources/en.locale/default_myplaces.kml X%%DATADIR%%/resources/er.country/startinglocation.kml X%%DATADIR%%/resources/es-419.locale/default_myplaces.kml X%%DATADIR%%/resources/es.country/startinglocation.kml X%%DATADIR%%/resources/es.locale/default_myplaces.kml X%%DATADIR%%/resources/et.country/startinglocation.kml X%%DATADIR%%/resources/fast-food.png X%%DATADIR%%/resources/fi.country/startinglocation.kml X%%DATADIR%%/resources/fi.locale/default_myplaces.kml X%%DATADIR%%/resources/fil.locale/default_myplaces.kml X%%DATADIR%%/resources/find-next-dis.png X%%DATADIR%%/resources/find-prev-dis.png X%%DATADIR%%/resources/fj.country/startinglocation.kml X%%DATADIR%%/resources/fk.country/startinglocation.kml X%%DATADIR%%/resources/flightsim/aircraft/f16.acf X%%DATADIR%%/resources/flightsim/aircraft/sr22.acf X%%DATADIR%%/resources/flightsim/controller/generic.ini X%%DATADIR%%/resources/flightsim/controller/genius_maxfighter_f16u.ini X%%DATADIR%%/resources/flightsim/controller/logitech_attack3.ini X%%DATADIR%%/resources/flightsim/controller/logitech_extreme_3d.ini X%%DATADIR%%/resources/flightsim/controller/logitech_force_3d.ini X%%DATADIR%%/resources/flightsim/controller/logitech_freedom.ini X%%DATADIR%%/resources/flightsim/controller/saitek_cyborg_evo.ini X%%DATADIR%%/resources/flightsim/controller/saitek_x52.ini X%%DATADIR%%/resources/flightsim/controller/speed_link_black_hawk.ini X%%DATADIR%%/resources/flightsim/controller/speed_link_black_widow.ini X%%DATADIR%%/resources/flightsim/controller/speed_link_cougar_flightstick.ini X%%DATADIR%%/resources/flightsim/controller/speed_link_dark_tornado.ini X%%DATADIR%%/resources/flightsim/controller/xbox_360.ini X%%DATADIR%%/resources/flightsim/flightsim.ini X%%DATADIR%%/resources/flightsim/hud/generic.ini X%%DATADIR%%/resources/flightsim/hud/sr22.ini X%%DATADIR%%/resources/flightsim/keyboard/generic.ini X%%DATADIR%%/resources/flightsim/keyboard/sr22.ini X%%DATADIR%%/resources/flightsim/planet/earth.ini X%%DATADIR%%/resources/fm.country/startinglocation.kml X%%DATADIR%%/resources/fo.country/startinglocation.kml X%%DATADIR%%/resources/four-dollars.png X%%DATADIR%%/resources/fr-layers.png X%%DATADIR%%/resources/fr.country/startinglocation.kml X%%DATADIR%%/resources/fr.locale/default_myplaces.kml X%%DATADIR%%/resources/french-flag.png X%%DATADIR%%/resources/ga.country/startinglocation.kml X%%DATADIR%%/resources/gb.country/startinglocation.kml X%%DATADIR%%/resources/gd.country/startinglocation.kml X%%DATADIR%%/resources/ge.country/startinglocation.kml X%%DATADIR%%/resources/geforce_cursor.png X%%DATADIR%%/resources/geforce_cursor_32.png X%%DATADIR%%/resources/gf.country/startinglocation.kml X%%DATADIR%%/resources/gg.country/startinglocation.kml X%%DATADIR%%/resources/gh.country/startinglocation.kml X%%DATADIR%%/resources/gi.country/startinglocation.kml X%%DATADIR%%/resources/gl.country/startinglocation.kml X%%DATADIR%%/resources/gm.country/startinglocation.kml X%%DATADIR%%/resources/gn.country/startinglocation.kml X%%DATADIR%%/resources/gp.country/startinglocation.kml X%%DATADIR%%/resources/gq.country/startinglocation.kml X%%DATADIR%%/resources/gr.country/startinglocation.kml X%%DATADIR%%/resources/gs.country/startinglocation.kml X%%DATADIR%%/resources/gt.country/startinglocation.kml X%%DATADIR%%/resources/gu.country/startinglocation.kml X%%DATADIR%%/resources/gw.country/startinglocation.kml X%%DATADIR%%/resources/gy.country/startinglocation.kml X%%DATADIR%%/resources/he.locale/default_myplaces.kml X%%DATADIR%%/resources/hi.locale/default_myplaces.kml X%%DATADIR%%/resources/high_res_places.png X%%DATADIR%%/resources/highway_16.png X%%DATADIR%%/resources/hk.country/startinglocation.kml X%%DATADIR%%/resources/hm.country/startinglocation.kml X%%DATADIR%%/resources/hn.country/startinglocation.kml X%%DATADIR%%/resources/hr.country/startinglocation.kml X%%DATADIR%%/resources/hr.locale/default_myplaces.kml X%%DATADIR%%/resources/ht.country/startinglocation.kml X%%DATADIR%%/resources/hu.country/startinglocation.kml X%%DATADIR%%/resources/hu.locale/default_myplaces.kml X%%DATADIR%%/resources/id.country/startinglocation.kml X%%DATADIR%%/resources/id.locale/default_myplaces.kml X%%DATADIR%%/resources/ie.country/startinglocation.kml X%%DATADIR%%/resources/il.country/startinglocation.kml X%%DATADIR%%/resources/im.country/startinglocation.kml X%%DATADIR%%/resources/in.country/startinglocation.kml X%%DATADIR%%/resources/invisible.png X%%DATADIR%%/resources/io.country/startinglocation.kml X%%DATADIR%%/resources/iq.country/startinglocation.kml X%%DATADIR%%/resources/ir.country/startinglocation.kml X%%DATADIR%%/resources/is.country/startinglocation.kml X%%DATADIR%%/resources/it.country/startinglocation.kml X%%DATADIR%%/resources/it.locale/default_myplaces.kml X%%DATADIR%%/resources/italian-flag.png X%%DATADIR%%/resources/ja.locale/default_myplaces.kml X%%DATADIR%%/resources/je.country/startinglocation.kml X%%DATADIR%%/resources/jm.country/startinglocation.kml X%%DATADIR%%/resources/jo.country/startinglocation.kml X%%DATADIR%%/resources/jp.country/startinglocation.kml X%%DATADIR%%/resources/ke.country/startinglocation.kml X%%DATADIR%%/resources/kg.country/startinglocation.kml X%%DATADIR%%/resources/kh.country/startinglocation.kml X%%DATADIR%%/resources/ki.country/startinglocation.kml X%%DATADIR%%/resources/km.country/startinglocation.kml X%%DATADIR%%/resources/kn.country/startinglocation.kml X%%DATADIR%%/resources/ko.locale/default_myplaces.kml X%%DATADIR%%/resources/kp.country/startinglocation.kml X%%DATADIR%%/resources/kr.country/startinglocation.kml X%%DATADIR%%/resources/kw.country/startinglocation.kml X%%DATADIR%%/resources/ky.country/startinglocation.kml X%%DATADIR%%/resources/kz.country/startinglocation.kml X%%DATADIR%%/resources/la.country/startinglocation.kml X%%DATADIR%%/resources/large_traffic_count_16.png X%%DATADIR%%/resources/layers_16.png X%%DATADIR%%/resources/lb.country/startinglocation.kml X%%DATADIR%%/resources/lc.country/startinglocation.kml X%%DATADIR%%/resources/leftpanel-common.rcc X%%DATADIR%%/resources/leftpanel-layer.rcc X%%DATADIR%%/resources/li.country/startinglocation.kml X%%DATADIR%%/resources/lk.country/startinglocation.kml X%%DATADIR%%/resources/loading-image.png X%%DATADIR%%/resources/lr.country/startinglocation.kml X%%DATADIR%%/resources/ls.country/startinglocation.kml X%%DATADIR%%/resources/lt.country/startinglocation.kml X%%DATADIR%%/resources/lt.locale/default_myplaces.kml X%%DATADIR%%/resources/lu.country/startinglocation.kml X%%DATADIR%%/resources/lv.country/startinglocation.kml X%%DATADIR%%/resources/lv.locale/default_myplaces.kml X%%DATADIR%%/resources/ly.country/startinglocation.kml X%%DATADIR%%/resources/ma.country/startinglocation.kml X%%DATADIR%%/resources/mc.country/startinglocation.kml X%%DATADIR%%/resources/md.country/startinglocation.kml X%%DATADIR%%/resources/me.country/startinglocation.kml X%%DATADIR%%/resources/mexican-flag.png X%%DATADIR%%/resources/mg.country/startinglocation.kml X%%DATADIR%%/resources/mh.country/startinglocation.kml X%%DATADIR%%/resources/misc-dining.png X%%DATADIR%%/resources/mk.country/startinglocation.kml X%%DATADIR%%/resources/ml.country/startinglocation.kml X%%DATADIR%%/resources/mm.country/startinglocation.kml X%%DATADIR%%/resources/mn.country/startinglocation.kml X%%DATADIR%%/resources/mo.country/startinglocation.kml X%%DATADIR%%/resources/mp.country/startinglocation.kml X%%DATADIR%%/resources/mq.country/startinglocation.kml X%%DATADIR%%/resources/mr.country/startinglocation.kml X%%DATADIR%%/resources/ms.country/startinglocation.kml X%%DATADIR%%/resources/mt.country/startinglocation.kml X%%DATADIR%%/resources/mu.country/startinglocation.kml X%%DATADIR%%/resources/mv.country/startinglocation.kml X%%DATADIR%%/resources/mw.country/startinglocation.kml X%%DATADIR%%/resources/mx.country/startinglocation.kml X%%DATADIR%%/resources/my.country/startinglocation.kml X%%DATADIR%%/resources/mz.country/startinglocation.kml X%%DATADIR%%/resources/na.country/startinglocation.kml X%%DATADIR%%/resources/navcontrols.rcc X%%DATADIR%%/resources/nc.country/startinglocation.kml X%%DATADIR%%/resources/ne.country/startinglocation.kml X%%DATADIR%%/resources/nf.country/startinglocation.kml X%%DATADIR%%/resources/ng.country/startinglocation.kml X%%DATADIR%%/resources/ni.country/startinglocation.kml X%%DATADIR%%/resources/nl.country/startinglocation.kml X%%DATADIR%%/resources/nl.locale/default_myplaces.kml X%%DATADIR%%/resources/no.country/startinglocation.kml X%%DATADIR%%/resources/no.locale/default_myplaces.kml X%%DATADIR%%/resources/node-closed.png X%%DATADIR%%/resources/node-open.png X%%DATADIR%%/resources/note.png X%%DATADIR%%/resources/np.country/startinglocation.kml X%%DATADIR%%/resources/nr.country/startinglocation.kml X%%DATADIR%%/resources/nu.country/startinglocation.kml X%%DATADIR%%/resources/nz.country/startinglocation.kml X%%DATADIR%%/resources/om.country/startinglocation.kml X%%DATADIR%%/resources/one-dollar.png X%%DATADIR%%/resources/opennetworkfolder.png X%%DATADIR%%/resources/opentree.png X%%DATADIR%%/resources/pa.country/startinglocation.kml X%%DATADIR%%/resources/paddle/1-lv.png X%%DATADIR%%/resources/paddle/1.png X%%DATADIR%%/resources/paddle/10-lv.png X%%DATADIR%%/resources/paddle/10.png X%%DATADIR%%/resources/paddle/2-lv.png X%%DATADIR%%/resources/paddle/2.png X%%DATADIR%%/resources/paddle/3-lv.png X%%DATADIR%%/resources/paddle/3.png X%%DATADIR%%/resources/paddle/4-lv.png X%%DATADIR%%/resources/paddle/4.png X%%DATADIR%%/resources/paddle/5-lv.png X%%DATADIR%%/resources/paddle/5.png X%%DATADIR%%/resources/paddle/6-lv.png X%%DATADIR%%/resources/paddle/6.png X%%DATADIR%%/resources/paddle/7-lv.png X%%DATADIR%%/resources/paddle/7.png X%%DATADIR%%/resources/paddle/8-lv.png X%%DATADIR%%/resources/paddle/8.png X%%DATADIR%%/resources/paddle/9-lv.png X%%DATADIR%%/resources/paddle/9.png X%%DATADIR%%/resources/paddle/a-lv.png X%%DATADIR%%/resources/paddle/a.png X%%DATADIR%%/resources/paddle/b-lv.png X%%DATADIR%%/resources/paddle/b.png X%%DATADIR%%/resources/paddle/blu-blank-lv.png X%%DATADIR%%/resources/paddle/blu-blank.png X%%DATADIR%%/resources/paddle/blu-circle-lv.png X%%DATADIR%%/resources/paddle/blu-circle.png X%%DATADIR%%/resources/paddle/blu-diamond-lv.png X%%DATADIR%%/resources/paddle/blu-diamond.png X%%DATADIR%%/resources/paddle/blu-square-lv.png X%%DATADIR%%/resources/paddle/blu-square.png X%%DATADIR%%/resources/paddle/blu-stars-lv.png X%%DATADIR%%/resources/paddle/blu-stars.png X%%DATADIR%%/resources/paddle/c-lv.png X%%DATADIR%%/resources/paddle/c.png X%%DATADIR%%/resources/paddle/d-lv.png X%%DATADIR%%/resources/paddle/d.png X%%DATADIR%%/resources/paddle/e-lv.png X%%DATADIR%%/resources/paddle/e.png X%%DATADIR%%/resources/paddle/f-lv.png X%%DATADIR%%/resources/paddle/f.png X%%DATADIR%%/resources/paddle/g-lv.png X%%DATADIR%%/resources/paddle/g.png X%%DATADIR%%/resources/paddle/go-lv.png X%%DATADIR%%/resources/paddle/go.png X%%DATADIR%%/resources/paddle/grn-blank-lv.png X%%DATADIR%%/resources/paddle/grn-blank.png X%%DATADIR%%/resources/paddle/grn-circle-lv.png X%%DATADIR%%/resources/paddle/grn-circle.png X%%DATADIR%%/resources/paddle/grn-diamond-lv.png X%%DATADIR%%/resources/paddle/grn-diamond.png X%%DATADIR%%/resources/paddle/grn-square-lv.png X%%DATADIR%%/resources/paddle/grn-square.png X%%DATADIR%%/resources/paddle/grn-stars-lv.png X%%DATADIR%%/resources/paddle/grn-stars.png X%%DATADIR%%/resources/paddle/h-lv.png X%%DATADIR%%/resources/paddle/h.png X%%DATADIR%%/resources/paddle/i-lv.png X%%DATADIR%%/resources/paddle/i.png X%%DATADIR%%/resources/paddle/j-lv.png X%%DATADIR%%/resources/paddle/j.png X%%DATADIR%%/resources/paddle/k-lv.png X%%DATADIR%%/resources/paddle/k.png X%%DATADIR%%/resources/paddle/l-lv.png X%%DATADIR%%/resources/paddle/l.png X%%DATADIR%%/resources/paddle/ltblu-blank-lv.png X%%DATADIR%%/resources/paddle/ltblu-blank.png X%%DATADIR%%/resources/paddle/ltblu-circle-lv.png X%%DATADIR%%/resources/paddle/ltblu-circle.png X%%DATADIR%%/resources/paddle/ltblu-diamond-lv.png X%%DATADIR%%/resources/paddle/ltblu-diamond.png X%%DATADIR%%/resources/paddle/ltblu-square-lv.png X%%DATADIR%%/resources/paddle/ltblu-square.png X%%DATADIR%%/resources/paddle/ltblu-stars-lv.png X%%DATADIR%%/resources/paddle/ltblu-stars.png X%%DATADIR%%/resources/paddle/m-lv.png X%%DATADIR%%/resources/paddle/m.png X%%DATADIR%%/resources/paddle/n-lv.png X%%DATADIR%%/resources/paddle/n.png X%%DATADIR%%/resources/paddle/o-lv.png X%%DATADIR%%/resources/paddle/o.png X%%DATADIR%%/resources/paddle/p-lv.png X%%DATADIR%%/resources/paddle/p.png X%%DATADIR%%/resources/paddle/pause-lv.png X%%DATADIR%%/resources/paddle/pause.png X%%DATADIR%%/resources/paddle/pink-blank-lv.png X%%DATADIR%%/resources/paddle/pink-blank.png X%%DATADIR%%/resources/paddle/pink-circle-lv.png X%%DATADIR%%/resources/paddle/pink-circle.png X%%DATADIR%%/resources/paddle/pink-diamond-lv.png X%%DATADIR%%/resources/paddle/pink-diamond.png X%%DATADIR%%/resources/paddle/pink-square-lv.png X%%DATADIR%%/resources/paddle/pink-square.png X%%DATADIR%%/resources/paddle/pink-stars-lv.png X%%DATADIR%%/resources/paddle/pink-stars.png X%%DATADIR%%/resources/paddle/purple-circle-lv.png X%%DATADIR%%/resources/paddle/purple-circle.png X%%DATADIR%%/resources/paddle/purple-diamond-lv.png X%%DATADIR%%/resources/paddle/purple-diamond.png X%%DATADIR%%/resources/paddle/purple-square-lv.png X%%DATADIR%%/resources/paddle/purple-square.png X%%DATADIR%%/resources/paddle/purple-stars-lv.png X%%DATADIR%%/resources/paddle/purple-stars.png X%%DATADIR%%/resources/paddle/q-lv.png X%%DATADIR%%/resources/paddle/q.png X%%DATADIR%%/resources/paddle/r-lv.png X%%DATADIR%%/resources/paddle/r.png X%%DATADIR%%/resources/paddle/red-circle-lv.png X%%DATADIR%%/resources/paddle/red-circle.png X%%DATADIR%%/resources/paddle/red-diamond-lv.png X%%DATADIR%%/resources/paddle/red-diamond.png X%%DATADIR%%/resources/paddle/red-square-lv.png X%%DATADIR%%/resources/paddle/red-square.png X%%DATADIR%%/resources/paddle/red-stars-lv.png X%%DATADIR%%/resources/paddle/red-stars.png X%%DATADIR%%/resources/paddle/route.png X%%DATADIR%%/resources/paddle/s-lv.png X%%DATADIR%%/resources/paddle/s.png X%%DATADIR%%/resources/paddle/stop-lv.png X%%DATADIR%%/resources/paddle/stop.png X%%DATADIR%%/resources/paddle/t-lv.png X%%DATADIR%%/resources/paddle/t.png X%%DATADIR%%/resources/paddle/u-lv.png X%%DATADIR%%/resources/paddle/u.png X%%DATADIR%%/resources/paddle/v-lv.png X%%DATADIR%%/resources/paddle/v.png X%%DATADIR%%/resources/paddle/w-lv.png X%%DATADIR%%/resources/paddle/w.png X%%DATADIR%%/resources/paddle/wht-blank-lv.png X%%DATADIR%%/resources/paddle/wht-blank.png X%%DATADIR%%/resources/paddle/wht-circle-lv.png X%%DATADIR%%/resources/paddle/wht-circle.png X%%DATADIR%%/resources/paddle/wht-diamond-lv.png X%%DATADIR%%/resources/paddle/wht-diamond.png X%%DATADIR%%/resources/paddle/wht-square-lv.png X%%DATADIR%%/resources/paddle/wht-square.png X%%DATADIR%%/resources/paddle/wht-stars-lv.png X%%DATADIR%%/resources/paddle/wht-stars.png X%%DATADIR%%/resources/paddle/x-lv.png X%%DATADIR%%/resources/paddle/x.png X%%DATADIR%%/resources/paddle/y-lv.png X%%DATADIR%%/resources/paddle/y.png X%%DATADIR%%/resources/paddle/ylw-blank-lv.png X%%DATADIR%%/resources/paddle/ylw-blank.png X%%DATADIR%%/resources/paddle/ylw-circle-lv.png X%%DATADIR%%/resources/paddle/ylw-circle.png X%%DATADIR%%/resources/paddle/ylw-diamond-lv.png X%%DATADIR%%/resources/paddle/ylw-diamond.png X%%DATADIR%%/resources/paddle/ylw-square-lv.png X%%DATADIR%%/resources/paddle/ylw-square.png X%%DATADIR%%/resources/paddle/ylw-stars-lv.png X%%DATADIR%%/resources/paddle/ylw-stars.png X%%DATADIR%%/resources/paddle/z-lv.png X%%DATADIR%%/resources/paddle/z.png X%%DATADIR%%/resources/parks.png X%%DATADIR%%/resources/pe.country/startinglocation.kml X%%DATADIR%%/resources/pf.country/startinglocation.kml X%%DATADIR%%/resources/pg.country/startinglocation.kml X%%DATADIR%%/resources/ph.country/startinglocation.kml X%%DATADIR%%/resources/photo_icon_64.png X%%DATADIR%%/resources/photo_listview.png X%%DATADIR%%/resources/pk.country/startinglocation.kml X%%DATADIR%%/resources/pl.country/startinglocation.kml X%%DATADIR%%/resources/pl.locale/default_myplaces.kml X%%DATADIR%%/resources/pm.country/startinglocation.kml X%%DATADIR%%/resources/pn.country/startinglocation.kml X%%DATADIR%%/resources/pr.country/startinglocation.kml X%%DATADIR%%/resources/premium_lock.png X%%DATADIR%%/resources/premium_locked.png X%%DATADIR%%/resources/premium_star.png X%%DATADIR%%/resources/printlogo.png X%%DATADIR%%/resources/progress.rcc X%%DATADIR%%/resources/ps.country/startinglocation.kml X%%DATADIR%%/resources/pt-PT.locale/default_myplaces.kml X%%DATADIR%%/resources/pt.country/startinglocation.kml X%%DATADIR%%/resources/pt.locale/default_myplaces.kml X%%DATADIR%%/resources/pushpin/blue-pushpin.png X%%DATADIR%%/resources/pushpin/grn-pushpin.png X%%DATADIR%%/resources/pushpin/ltblu-pushpin.png X%%DATADIR%%/resources/pushpin/pink-pushpin.png X%%DATADIR%%/resources/pushpin/purple-pushpin.png X%%DATADIR%%/resources/pushpin/red-pushpin.png X%%DATADIR%%/resources/pushpin/wht-pushpin.png X%%DATADIR%%/resources/pushpin/ylw-pushpin.png X%%DATADIR%%/resources/pw.country/startinglocation.kml X%%DATADIR%%/resources/py.country/startinglocation.kml X%%DATADIR%%/resources/qa.country/startinglocation.kml X%%DATADIR%%/resources/query.png X%%DATADIR%%/resources/re.country/startinglocation.kml X%%DATADIR%%/resources/recreation.png X%%DATADIR%%/resources/red_tile.png X%%DATADIR%%/resources/renderui.rcc X%%DATADIR%%/resources/ro.country/startinglocation.kml X%%DATADIR%%/resources/ro.locale/default_myplaces.kml X%%DATADIR%%/resources/rs.country/startinglocation.kml X%%DATADIR%%/resources/ru.country/startinglocation.kml X%%DATADIR%%/resources/ru.locale/default_myplaces.kml X%%DATADIR%%/resources/rw.country/startinglocation.kml X%%DATADIR%%/resources/sa.country/startinglocation.kml X%%DATADIR%%/resources/sb.country/startinglocation.kml X%%DATADIR%%/resources/sc.country/startinglocation.kml X%%DATADIR%%/resources/school_16.png X%%DATADIR%%/resources/sd.country/startinglocation.kml X%%DATADIR%%/resources/se.country/startinglocation.kml X%%DATADIR%%/resources/sg.country/startinglocation.kml X%%DATADIR%%/resources/sh.country/startinglocation.kml X%%DATADIR%%/resources/shapes/airports.png X%%DATADIR%%/resources/shapes/arrow-reverse.png X%%DATADIR%%/resources/shapes/arrow.png X%%DATADIR%%/resources/shapes/arts.png X%%DATADIR%%/resources/shapes/bars.png X%%DATADIR%%/resources/shapes/broken_link.png X%%DATADIR%%/resources/shapes/bus.png X%%DATADIR%%/resources/shapes/cabs.png X%%DATADIR%%/resources/shapes/camera-lv.png X%%DATADIR%%/resources/shapes/camera.png X%%DATADIR%%/resources/shapes/campfire.png X%%DATADIR%%/resources/shapes/campground.png X%%DATADIR%%/resources/shapes/capital_big.png X%%DATADIR%%/resources/shapes/capital_big_highlight.png X%%DATADIR%%/resources/shapes/capital_small.png X%%DATADIR%%/resources/shapes/capital_small_highlight.png X%%DATADIR%%/resources/shapes/caution.png X%%DATADIR%%/resources/shapes/church.png X%%DATADIR%%/resources/shapes/coffee.png X%%DATADIR%%/resources/shapes/convenience.png X%%DATADIR%%/resources/shapes/cross-hairs.png X%%DATADIR%%/resources/shapes/cross-hairs_highlight.png X%%DATADIR%%/resources/shapes/cycling.png X%%DATADIR%%/resources/shapes/dining.png X%%DATADIR%%/resources/shapes/dollar.png X%%DATADIR%%/resources/shapes/donut.png X%%DATADIR%%/resources/shapes/earthquake.png X%%DATADIR%%/resources/shapes/electronics.png X%%DATADIR%%/resources/shapes/euro.png X%%DATADIR%%/resources/shapes/falling_rocks.png X%%DATADIR%%/resources/shapes/ferry.png X%%DATADIR%%/resources/shapes/firedept.png X%%DATADIR%%/resources/shapes/fishing.png X%%DATADIR%%/resources/shapes/flag.png X%%DATADIR%%/resources/shapes/forbidden.png X%%DATADIR%%/resources/shapes/gas_stations.png X%%DATADIR%%/resources/shapes/golf.png X%%DATADIR%%/resources/shapes/grocery.png X%%DATADIR%%/resources/shapes/heliport.png X%%DATADIR%%/resources/shapes/highway.png X%%DATADIR%%/resources/shapes/hiker.png X%%DATADIR%%/resources/shapes/homegardenbusiness.png X%%DATADIR%%/resources/shapes/horsebackriding.png X%%DATADIR%%/resources/shapes/hospitals.png X%%DATADIR%%/resources/shapes/info-i.png X%%DATADIR%%/resources/shapes/info.png X%%DATADIR%%/resources/shapes/info_circle.png X%%DATADIR%%/resources/shapes/lodging.png X%%DATADIR%%/resources/shapes/man.png X%%DATADIR%%/resources/shapes/marina.png X%%DATADIR%%/resources/shapes/mechanic.png X%%DATADIR%%/resources/shapes/motorcycling.png X%%DATADIR%%/resources/shapes/mountains.png X%%DATADIR%%/resources/shapes/movies.png X%%DATADIR%%/resources/shapes/open-diamond.png X%%DATADIR%%/resources/shapes/parking_lot.png X%%DATADIR%%/resources/shapes/parks.png X%%DATADIR%%/resources/shapes/partly_cloudy.png X%%DATADIR%%/resources/shapes/pharmacy_rx.png X%%DATADIR%%/resources/shapes/phone.png X%%DATADIR%%/resources/shapes/picnic.png X%%DATADIR%%/resources/shapes/placemark_circle.png X%%DATADIR%%/resources/shapes/placemark_circle_highlight.png X%%DATADIR%%/resources/shapes/placemark_square.png X%%DATADIR%%/resources/shapes/placemark_square_highlight.png X%%DATADIR%%/resources/shapes/play.png X%%DATADIR%%/resources/shapes/poi.png X%%DATADIR%%/resources/shapes/police.png X%%DATADIR%%/resources/shapes/polygon.png X%%DATADIR%%/resources/shapes/post_office.png X%%DATADIR%%/resources/shapes/rail.png X%%DATADIR%%/resources/shapes/rainy.png X%%DATADIR%%/resources/shapes/ranger_station.png X%%DATADIR%%/resources/shapes/realestate.png X%%DATADIR%%/resources/shapes/road_shield1.png X%%DATADIR%%/resources/shapes/road_shield2.png X%%DATADIR%%/resources/shapes/road_shield3.png X%%DATADIR%%/resources/shapes/ruler.png X%%DATADIR%%/resources/shapes/sailing.png X%%DATADIR%%/resources/shapes/salon.png X%%DATADIR%%/resources/shapes/schools.png X%%DATADIR%%/resources/shapes/shaded_dot.png X%%DATADIR%%/resources/shapes/shopping.png X%%DATADIR%%/resources/shapes/ski.png X%%DATADIR%%/resources/shapes/snack_bar.png X%%DATADIR%%/resources/shapes/snowflake_simple.png X%%DATADIR%%/resources/shapes/square.png X%%DATADIR%%/resources/shapes/star.png X%%DATADIR%%/resources/shapes/subway.png X%%DATADIR%%/resources/shapes/sunny.png X%%DATADIR%%/resources/shapes/swimming.png X%%DATADIR%%/resources/shapes/target.png X%%DATADIR%%/resources/shapes/terrain.png X%%DATADIR%%/resources/shapes/thunderstorm.png X%%DATADIR%%/resources/shapes/toilets.png X%%DATADIR%%/resources/shapes/track.png X%%DATADIR%%/resources/shapes/trail.png X%%DATADIR%%/resources/shapes/tram.png X%%DATADIR%%/resources/shapes/triangle.png X%%DATADIR%%/resources/shapes/truck.png X%%DATADIR%%/resources/shapes/volcano.png X%%DATADIR%%/resources/shapes/water.png X%%DATADIR%%/resources/shapes/webcam.png X%%DATADIR%%/resources/shapes/wheel_chair_accessible.png X%%DATADIR%%/resources/shapes/woman.png X%%DATADIR%%/resources/shapes/yen.png X%%DATADIR%%/resources/si.country/startinglocation.kml X%%DATADIR%%/resources/sj.country/startinglocation.kml X%%DATADIR%%/resources/sk.country/startinglocation.kml X%%DATADIR%%/resources/sk.locale/default_myplaces.kml X%%DATADIR%%/resources/sl.country/startinglocation.kml X%%DATADIR%%/resources/sl.locale/default_myplaces.kml X%%DATADIR%%/resources/sm.country/startinglocation.kml X%%DATADIR%%/resources/sn.country/startinglocation.kml X%%DATADIR%%/resources/so.country/startinglocation.kml X%%DATADIR%%/resources/spin_icon.png X%%DATADIR%%/resources/sr.country/startinglocation.kml X%%DATADIR%%/resources/sr.locale/default_myplaces.kml X%%DATADIR%%/resources/st.country/startinglocation.kml X%%DATADIR%%/resources/statusbar.rcc X%%DATADIR%%/resources/streamed_layer.png X%%DATADIR%%/resources/streamed_layers.png X%%DATADIR%%/resources/sv.country/startinglocation.kml X%%DATADIR%%/resources/sv.locale/default_myplaces.kml X%%DATADIR%%/resources/sy.country/startinglocation.kml X%%DATADIR%%/resources/sz.country/startinglocation.kml X%%DATADIR%%/resources/tc.country/startinglocation.kml X%%DATADIR%%/resources/td.country/startinglocation.kml X%%DATADIR%%/resources/terrain_16.png X%%DATADIR%%/resources/terrainmgr.rcc X%%DATADIR%%/resources/tf.country/startinglocation.kml X%%DATADIR%%/resources/tg.country/startinglocation.kml X%%DATADIR%%/resources/th.country/startinglocation.kml X%%DATADIR%%/resources/th.locale/default_myplaces.kml X%%DATADIR%%/resources/three-dollars.png X%%DATADIR%%/resources/tj.country/startinglocation.kml X%%DATADIR%%/resources/tk.country/startinglocation.kml X%%DATADIR%%/resources/tl.country/startinglocation.kml X%%DATADIR%%/resources/tm.country/startinglocation.kml X%%DATADIR%%/resources/tmcontrols.rcc X%%DATADIR%%/resources/tn.country/startinglocation.kml X%%DATADIR%%/resources/to.country/startinglocation.kml X%%DATADIR%%/resources/toolbar.rcc X%%DATADIR%%/resources/tourcontrols.rcc X%%DATADIR%%/resources/tr.country/startinglocation.kml X%%DATADIR%%/resources/tr.locale/default_myplaces.kml X%%DATADIR%%/resources/transp.png X%%DATADIR%%/resources/transportation.png X%%DATADIR%%/resources/tt.country/startinglocation.kml X%%DATADIR%%/resources/tv.country/startinglocation.kml X%%DATADIR%%/resources/tw.country/startinglocation.kml X%%DATADIR%%/resources/two-dollars.png X%%DATADIR%%/resources/tz.country/startinglocation.kml X%%DATADIR%%/resources/ua.country/startinglocation.kml X%%DATADIR%%/resources/ug.country/startinglocation.kml X%%DATADIR%%/resources/uk.locale/default_myplaces.kml X%%DATADIR%%/resources/um.country/startinglocation.kml X%%DATADIR%%/resources/unknown_plugin.png X%%DATADIR%%/resources/us.country/startinglocation.kml X%%DATADIR%%/resources/userpalette.kml X%%DATADIR%%/resources/uy.country/startinglocation.kml X%%DATADIR%%/resources/uz.country/startinglocation.kml X%%DATADIR%%/resources/va.country/startinglocation.kml X%%DATADIR%%/resources/vc.country/startinglocation.kml X%%DATADIR%%/resources/ve.country/startinglocation.kml X%%DATADIR%%/resources/vg.country/startinglocation.kml X%%DATADIR%%/resources/vi.country/startinglocation.kml X%%DATADIR%%/resources/vi.locale/default_myplaces.kml X%%DATADIR%%/resources/vn.country/startinglocation.kml X%%DATADIR%%/resources/vu.country/startinglocation.kml X%%DATADIR%%/resources/webbrowser.rcc X%%DATADIR%%/resources/webcam_16.png X%%DATADIR%%/resources/wf.country/startinglocation.kml X%%DATADIR%%/resources/ws.country/startinglocation.kml X%%DATADIR%%/resources/ye.country/startinglocation.kml X%%DATADIR%%/resources/yt.country/startinglocation.kml X%%DATADIR%%/resources/za.country/startinglocation.kml X%%DATADIR%%/resources/zh-Hans.locale/default_myplaces.kml X%%DATADIR%%/resources/zh-Hant.locale/default_myplaces.kml X%%DATADIR%%/resources/zm.country/startinglocation.kml X%%DATADIR%%/resources/zw.country/startinglocation.kml X%%DATADIR%%/shaders/atmosphere_common.ini X%%DATADIR%%/shaders/atmosphere_ground_sun_off.arbfp1 X%%DATADIR%%/shaders/atmosphere_ground_sun_off.arbvp1 X%%DATADIR%%/shaders/atmosphere_ground_sun_off.asd X%%DATADIR%%/shaders/atmosphere_ground_sun_off.cfg X%%DATADIR%%/shaders/atmosphere_ground_sun_off.ps_2_0 X%%DATADIR%%/shaders/atmosphere_ground_sun_off.vs_2_0 X%%DATADIR%%/shaders/atmosphere_ground_sun_on.arbfp1 X%%DATADIR%%/shaders/atmosphere_ground_sun_on.arbvp1 X%%DATADIR%%/shaders/atmosphere_ground_sun_on.asd X%%DATADIR%%/shaders/atmosphere_ground_sun_on.cfg X%%DATADIR%%/shaders/atmosphere_ground_sun_on.ps_2_0 X%%DATADIR%%/shaders/atmosphere_ground_sun_on.vs_2_0 X%%DATADIR%%/shaders/atmosphere_sky_sun_off.arbfp1 X%%DATADIR%%/shaders/atmosphere_sky_sun_off.arbvp1 X%%DATADIR%%/shaders/atmosphere_sky_sun_off.asd X%%DATADIR%%/shaders/atmosphere_sky_sun_off.cfg X%%DATADIR%%/shaders/atmosphere_sky_sun_off.ps_2_0 X%%DATADIR%%/shaders/atmosphere_sky_sun_off.vs_2_0 X%%DATADIR%%/shaders/atmosphere_sky_sun_on.arbfp1 X%%DATADIR%%/shaders/atmosphere_sky_sun_on.arbvp1 X%%DATADIR%%/shaders/atmosphere_sky_sun_on.asd X%%DATADIR%%/shaders/atmosphere_sky_sun_on.cfg X%%DATADIR%%/shaders/atmosphere_sky_sun_on.ps_2_0 X%%DATADIR%%/shaders/atmosphere_sky_sun_on.vs_2_0 X%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.arbfp1 X%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.arbvp1 X%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.asd X%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.cfg X%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.ps_2_0 X%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.vs_2_0 X%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.arbfp1 X%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.arbvp1 X%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.asd X%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.cfg X%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.ps_2_0 X%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.vs_2_0 X%%DATADIR%%/shaders/precipitation_double_cone.arbfp1 X%%DATADIR%%/shaders/precipitation_double_cone.arbvp1 X%%DATADIR%%/shaders/precipitation_double_cone.asd X%%DATADIR%%/shaders/precipitation_double_cone.cfg X%%DATADIR%%/shaders/precipitation_double_cone.ps_2_0 X%%DATADIR%%/shaders/precipitation_double_cone.vs_2_0 X%%DATADIR%%/shaders/stbillboard.arbfp1 X%%DATADIR%%/shaders/stbillboard.arbvp1 X%%DATADIR%%/shaders/stbillboard.asd X%%DATADIR%%/shaders/stbillboard.cfg X%%DATADIR%%/shaders/stbillboard.ps_2_0 X%%DATADIR%%/shaders/stbillboard.vs_2_0 X%%DATADIR%%/shaders/stbranch.arbfp1 X%%DATADIR%%/shaders/stbranch.arbvp1 X%%DATADIR%%/shaders/stbranch.asd X%%DATADIR%%/shaders/stbranch.cfg X%%DATADIR%%/shaders/stbranch.ps_2_0 X%%DATADIR%%/shaders/stbranch.vs_2_0 X%%DATADIR%%/shaders/stcommonobjects.ini X%%DATADIR%%/shaders/stfrond.arbfp1 X%%DATADIR%%/shaders/stfrond.arbvp1 X%%DATADIR%%/shaders/stfrond.asd X%%DATADIR%%/shaders/stfrond.cfg X%%DATADIR%%/shaders/stfrond.ps_2_0 X%%DATADIR%%/shaders/stfrond.vs_2_0 X%%DATADIR%%/shaders/stleafcard.arbfp1 X%%DATADIR%%/shaders/stleafcard.arbvp1 X%%DATADIR%%/shaders/stleafcard.asd X%%DATADIR%%/shaders/stleafcard.cfg X%%DATADIR%%/shaders/stleafcard.ps_2_0 X%%DATADIR%%/shaders/stleafcard.vs_2_0 X%%DATADIR%%/shaders/stleafmesh.arbfp1 X%%DATADIR%%/shaders/stleafmesh.arbvp1 X%%DATADIR%%/shaders/stleafmesh.asd X%%DATADIR%%/shaders/stleafmesh.cfg X%%DATADIR%%/shaders/stleafmesh.ps_2_0 X%%DATADIR%%/shaders/stleafmesh.vs_2_0 X%%DATADIR%%/shaders/watersurface.arbfp1 X%%DATADIR%%/shaders/watersurface.arbvp1 X%%DATADIR%%/shaders/watersurface.asd X%%DATADIR%%/shaders/watersurface.cfg X%%DATADIR%%/shaders/watersurface.ps_2_0 X%%DATADIR%%/shaders/watersurface.vs_2_0 Xshare/applications/googleearth.desktop Xshare/mime/application/earthviewer.xml Xshare/mime/application/keyhole.xml Xshare/mime/application/vnd.google-earth.kml+xml.xml Xshare/mime/application/vnd.google-earth.kmz.xml Xshare/mime/packages/googleearth-mimetypes.xml X@dirrm %%DATADIR%%/bin X@dirrm %%DATADIR%%/lang X@dirrm %%DATADIR%%/linux/xdg X@dirrm %%DATADIR%%/linux X@dirrm %%DATADIR%%/plugins/imageformats X@dirrm %%DATADIR%%/plugins X@dirrm %%DATADIR%%/resources/ad.country X@dirrm %%DATADIR%%/resources/ae.country X@dirrm %%DATADIR%%/resources/af.country X@dirrm %%DATADIR%%/resources/ag.country X@dirrm %%DATADIR%%/resources/ai.country X@dirrm %%DATADIR%%/resources/al.country X@dirrm %%DATADIR%%/resources/am.country X@dirrm %%DATADIR%%/resources/an.country X@dirrm %%DATADIR%%/resources/ao.country X@dirrm %%DATADIR%%/resources/aq.country X@dirrm %%DATADIR%%/resources/ar.country X@dirrm %%DATADIR%%/resources/ar.locale X@dirrm %%DATADIR%%/resources/as.country X@dirrm %%DATADIR%%/resources/at.country X@dirrm %%DATADIR%%/resources/au.country X@dirrm %%DATADIR%%/resources/aw.country X@dirrm %%DATADIR%%/resources/ax.country X@dirrm %%DATADIR%%/resources/az.country X@dirrm %%DATADIR%%/resources/ba.country X@dirrm %%DATADIR%%/resources/bb.country X@dirrm %%DATADIR%%/resources/bd.country X@dirrm %%DATADIR%%/resources/be.country X@dirrm %%DATADIR%%/resources/bf.country X@dirrm %%DATADIR%%/resources/bg.country X@dirrm %%DATADIR%%/resources/bg.locale X@dirrm %%DATADIR%%/resources/bh.country X@dirrm %%DATADIR%%/resources/bi.country X@dirrm %%DATADIR%%/resources/bj.country X@dirrm %%DATADIR%%/resources/bm.country X@dirrm %%DATADIR%%/resources/bn.country X@dirrm %%DATADIR%%/resources/bo.country X@dirrm %%DATADIR%%/resources/br.country X@dirrm %%DATADIR%%/resources/bs.country X@dirrm %%DATADIR%%/resources/bt.country X@dirrm %%DATADIR%%/resources/bv.country X@dirrm %%DATADIR%%/resources/bw.country X@dirrm %%DATADIR%%/resources/by.country X@dirrm %%DATADIR%%/resources/bz.country X@dirrm %%DATADIR%%/resources/ca.country X@dirrm %%DATADIR%%/resources/ca.locale X@dirrm %%DATADIR%%/resources/cc.country X@dirrm %%DATADIR%%/resources/cd.country X@dirrm %%DATADIR%%/resources/cf.country X@dirrm %%DATADIR%%/resources/cg.country X@dirrm %%DATADIR%%/resources/ch.country X@dirrm %%DATADIR%%/resources/ci.country X@dirrm %%DATADIR%%/resources/ck.country X@dirrm %%DATADIR%%/resources/cl.country X@dirrm %%DATADIR%%/resources/cm.country X@dirrm %%DATADIR%%/resources/cn.country X@dirrm %%DATADIR%%/resources/co.country X@dirrm %%DATADIR%%/resources/cr.country X@dirrm %%DATADIR%%/resources/cs.country X@dirrm %%DATADIR%%/resources/cs.locale X@dirrm %%DATADIR%%/resources/cu.country X@dirrm %%DATADIR%%/resources/cv.country X@dirrm %%DATADIR%%/resources/cx.country X@dirrm %%DATADIR%%/resources/cy.country X@dirrm %%DATADIR%%/resources/cz.country X@dirrm %%DATADIR%%/resources/da.locale X@dirrm %%DATADIR%%/resources/de.country X@dirrm %%DATADIR%%/resources/de.locale X@dirrm %%DATADIR%%/resources/dj.country X@dirrm %%DATADIR%%/resources/dk.country X@dirrm %%DATADIR%%/resources/dm.country X@dirrm %%DATADIR%%/resources/do.country X@dirrm %%DATADIR%%/resources/dz.country X@dirrm %%DATADIR%%/resources/ec.country X@dirrm %%DATADIR%%/resources/ee.country X@dirrm %%DATADIR%%/resources/eg.country X@dirrm %%DATADIR%%/resources/eh.country X@dirrm %%DATADIR%%/resources/el.locale X@dirrm %%DATADIR%%/resources/en.locale X@dirrm %%DATADIR%%/resources/er.country X@dirrm %%DATADIR%%/resources/es-419.locale X@dirrm %%DATADIR%%/resources/es.country X@dirrm %%DATADIR%%/resources/es.locale X@dirrm %%DATADIR%%/resources/et.country X@dirrm %%DATADIR%%/resources/fi.country X@dirrm %%DATADIR%%/resources/fi.locale X@dirrm %%DATADIR%%/resources/fil.locale X@dirrm %%DATADIR%%/resources/fj.country X@dirrm %%DATADIR%%/resources/fk.country X@dirrm %%DATADIR%%/resources/flightsim/aircraft X@dirrm %%DATADIR%%/resources/flightsim/controller X@dirrm %%DATADIR%%/resources/flightsim/hud X@dirrm %%DATADIR%%/resources/flightsim/keyboard X@dirrm %%DATADIR%%/resources/flightsim/planet X@dirrm %%DATADIR%%/resources/flightsim X@dirrm %%DATADIR%%/resources/fm.country X@dirrm %%DATADIR%%/resources/fo.country X@dirrm %%DATADIR%%/resources/fr.country X@dirrm %%DATADIR%%/resources/fr.locale X@dirrm %%DATADIR%%/resources/ga.country X@dirrm %%DATADIR%%/resources/gb.country X@dirrm %%DATADIR%%/resources/gd.country X@dirrm %%DATADIR%%/resources/ge.country X@dirrm %%DATADIR%%/resources/gf.country X@dirrm %%DATADIR%%/resources/gg.country X@dirrm %%DATADIR%%/resources/gh.country X@dirrm %%DATADIR%%/resources/gi.country X@dirrm %%DATADIR%%/resources/gl.country X@dirrm %%DATADIR%%/resources/gm.country X@dirrm %%DATADIR%%/resources/gn.country X@dirrm %%DATADIR%%/resources/gp.country X@dirrm %%DATADIR%%/resources/gq.country X@dirrm %%DATADIR%%/resources/gr.country X@dirrm %%DATADIR%%/resources/gs.country X@dirrm %%DATADIR%%/resources/gt.country X@dirrm %%DATADIR%%/resources/gu.country X@dirrm %%DATADIR%%/resources/gw.country X@dirrm %%DATADIR%%/resources/gy.country X@dirrm %%DATADIR%%/resources/he.locale X@dirrm %%DATADIR%%/resources/hi.locale X@dirrm %%DATADIR%%/resources/hk.country X@dirrm %%DATADIR%%/resources/hm.country X@dirrm %%DATADIR%%/resources/hn.country X@dirrm %%DATADIR%%/resources/hr.country X@dirrm %%DATADIR%%/resources/hr.locale X@dirrm %%DATADIR%%/resources/ht.country X@dirrm %%DATADIR%%/resources/hu.country X@dirrm %%DATADIR%%/resources/hu.locale X@dirrm %%DATADIR%%/resources/id.country X@dirrm %%DATADIR%%/resources/id.locale X@dirrm %%DATADIR%%/resources/ie.country X@dirrm %%DATADIR%%/resources/il.country X@dirrm %%DATADIR%%/resources/im.country X@dirrm %%DATADIR%%/resources/in.country X@dirrm %%DATADIR%%/resources/io.country X@dirrm %%DATADIR%%/resources/iq.country X@dirrm %%DATADIR%%/resources/ir.country X@dirrm %%DATADIR%%/resources/is.country X@dirrm %%DATADIR%%/resources/it.country X@dirrm %%DATADIR%%/resources/it.locale X@dirrm %%DATADIR%%/resources/ja.locale X@dirrm %%DATADIR%%/resources/je.country X@dirrm %%DATADIR%%/resources/jm.country X@dirrm %%DATADIR%%/resources/jo.country X@dirrm %%DATADIR%%/resources/jp.country X@dirrm %%DATADIR%%/resources/ke.country X@dirrm %%DATADIR%%/resources/kg.country X@dirrm %%DATADIR%%/resources/kh.country X@dirrm %%DATADIR%%/resources/ki.country X@dirrm %%DATADIR%%/resources/km.country X@dirrm %%DATADIR%%/resources/kn.country X@dirrm %%DATADIR%%/resources/ko.locale X@dirrm %%DATADIR%%/resources/kp.country X@dirrm %%DATADIR%%/resources/kr.country X@dirrm %%DATADIR%%/resources/kw.country X@dirrm %%DATADIR%%/resources/ky.country X@dirrm %%DATADIR%%/resources/kz.country X@dirrm %%DATADIR%%/resources/la.country X@dirrm %%DATADIR%%/resources/lb.country X@dirrm %%DATADIR%%/resources/lc.country X@dirrm %%DATADIR%%/resources/li.country X@dirrm %%DATADIR%%/resources/lk.country X@dirrm %%DATADIR%%/resources/lr.country X@dirrm %%DATADIR%%/resources/ls.country X@dirrm %%DATADIR%%/resources/lt.country X@dirrm %%DATADIR%%/resources/lt.locale X@dirrm %%DATADIR%%/resources/lu.country X@dirrm %%DATADIR%%/resources/lv.country X@dirrm %%DATADIR%%/resources/lv.locale X@dirrm %%DATADIR%%/resources/ly.country X@dirrm %%DATADIR%%/resources/ma.country X@dirrm %%DATADIR%%/resources/mc.country X@dirrm %%DATADIR%%/resources/md.country X@dirrm %%DATADIR%%/resources/me.country X@dirrm %%DATADIR%%/resources/mg.country X@dirrm %%DATADIR%%/resources/mh.country X@dirrm %%DATADIR%%/resources/mk.country X@dirrm %%DATADIR%%/resources/ml.country X@dirrm %%DATADIR%%/resources/mm.country X@dirrm %%DATADIR%%/resources/mn.country X@dirrm %%DATADIR%%/resources/mo.country X@dirrm %%DATADIR%%/resources/mp.country X@dirrm %%DATADIR%%/resources/mq.country X@dirrm %%DATADIR%%/resources/mr.country X@dirrm %%DATADIR%%/resources/ms.country X@dirrm %%DATADIR%%/resources/mt.country X@dirrm %%DATADIR%%/resources/mu.country X@dirrm %%DATADIR%%/resources/mv.country X@dirrm %%DATADIR%%/resources/mw.country X@dirrm %%DATADIR%%/resources/mx.country X@dirrm %%DATADIR%%/resources/my.country X@dirrm %%DATADIR%%/resources/mz.country X@dirrm %%DATADIR%%/resources/na.country X@dirrm %%DATADIR%%/resources/nc.country X@dirrm %%DATADIR%%/resources/ne.country X@dirrm %%DATADIR%%/resources/nf.country X@dirrm %%DATADIR%%/resources/ng.country X@dirrm %%DATADIR%%/resources/ni.country X@dirrm %%DATADIR%%/resources/nl.country X@dirrm %%DATADIR%%/resources/nl.locale X@dirrm %%DATADIR%%/resources/no.country X@dirrm %%DATADIR%%/resources/no.locale X@dirrm %%DATADIR%%/resources/np.country X@dirrm %%DATADIR%%/resources/nr.country X@dirrm %%DATADIR%%/resources/nu.country X@dirrm %%DATADIR%%/resources/nz.country X@dirrm %%DATADIR%%/resources/om.country X@dirrm %%DATADIR%%/resources/pa.country X@dirrm %%DATADIR%%/resources/paddle X@dirrm %%DATADIR%%/resources/pe.country X@dirrm %%DATADIR%%/resources/pf.country X@dirrm %%DATADIR%%/resources/pg.country X@dirrm %%DATADIR%%/resources/ph.country X@dirrm %%DATADIR%%/resources/pk.country X@dirrm %%DATADIR%%/resources/pl.country X@dirrm %%DATADIR%%/resources/pl.locale X@dirrm %%DATADIR%%/resources/pm.country X@dirrm %%DATADIR%%/resources/pn.country X@dirrm %%DATADIR%%/resources/pr.country X@dirrm %%DATADIR%%/resources/ps.country X@dirrm %%DATADIR%%/resources/pt-PT.locale X@dirrm %%DATADIR%%/resources/pt.country X@dirrm %%DATADIR%%/resources/pt.locale X@dirrm %%DATADIR%%/resources/pushpin X@dirrm %%DATADIR%%/resources/pw.country X@dirrm %%DATADIR%%/resources/py.country X@dirrm %%DATADIR%%/resources/qa.country X@dirrm %%DATADIR%%/resources/re.country X@dirrm %%DATADIR%%/resources/ro.country X@dirrm %%DATADIR%%/resources/ro.locale X@dirrm %%DATADIR%%/resources/rs.country X@dirrm %%DATADIR%%/resources/ru.country X@dirrm %%DATADIR%%/resources/ru.locale X@dirrm %%DATADIR%%/resources/rw.country X@dirrm %%DATADIR%%/resources/sa.country X@dirrm %%DATADIR%%/resources/sb.country X@dirrm %%DATADIR%%/resources/sc.country X@dirrm %%DATADIR%%/resources/sd.country X@dirrm %%DATADIR%%/resources/se.country X@dirrm %%DATADIR%%/resources/sg.country X@dirrm %%DATADIR%%/resources/sh.country X@dirrm %%DATADIR%%/resources/shapes X@dirrm %%DATADIR%%/resources/si.country X@dirrm %%DATADIR%%/resources/sj.country X@dirrm %%DATADIR%%/resources/sk.country X@dirrm %%DATADIR%%/resources/sk.locale X@dirrm %%DATADIR%%/resources/sl.country X@dirrm %%DATADIR%%/resources/sl.locale X@dirrm %%DATADIR%%/resources/sm.country X@dirrm %%DATADIR%%/resources/sn.country X@dirrm %%DATADIR%%/resources/so.country X@dirrm %%DATADIR%%/resources/sr.country X@dirrm %%DATADIR%%/resources/sr.locale X@dirrm %%DATADIR%%/resources/st.country X@dirrm %%DATADIR%%/resources/sv.country X@dirrm %%DATADIR%%/resources/sv.locale X@dirrm %%DATADIR%%/resources/sy.country X@dirrm %%DATADIR%%/resources/sz.country X@dirrm %%DATADIR%%/resources/tc.country X@dirrm %%DATADIR%%/resources/td.country X@dirrm %%DATADIR%%/resources/tf.country X@dirrm %%DATADIR%%/resources/tg.country X@dirrm %%DATADIR%%/resources/th.country X@dirrm %%DATADIR%%/resources/th.locale X@dirrm %%DATADIR%%/resources/tj.country X@dirrm %%DATADIR%%/resources/tk.country X@dirrm %%DATADIR%%/resources/tl.country X@dirrm %%DATADIR%%/resources/tm.country X@dirrm %%DATADIR%%/resources/tn.country X@dirrm %%DATADIR%%/resources/to.country X@dirrm %%DATADIR%%/resources/tr.country X@dirrm %%DATADIR%%/resources/tr.locale X@dirrm %%DATADIR%%/resources/tt.country X@dirrm %%DATADIR%%/resources/tv.country X@dirrm %%DATADIR%%/resources/tw.country X@dirrm %%DATADIR%%/resources/tz.country X@dirrm %%DATADIR%%/resources/ua.country X@dirrm %%DATADIR%%/resources/ug.country X@dirrm %%DATADIR%%/resources/uk.locale X@dirrm %%DATADIR%%/resources/um.country X@dirrm %%DATADIR%%/resources/us.country X@dirrm %%DATADIR%%/resources/uy.country X@dirrm %%DATADIR%%/resources/uz.country X@dirrm %%DATADIR%%/resources/va.country X@dirrm %%DATADIR%%/resources/vc.country X@dirrm %%DATADIR%%/resources/ve.country X@dirrm %%DATADIR%%/resources/vg.country X@dirrm %%DATADIR%%/resources/vi.country X@dirrm %%DATADIR%%/resources/vi.locale X@dirrm %%DATADIR%%/resources/vn.country X@dirrm %%DATADIR%%/resources/vu.country X@dirrm %%DATADIR%%/resources/wf.country X@dirrm %%DATADIR%%/resources/ws.country X@dirrm %%DATADIR%%/resources/ye.country X@dirrm %%DATADIR%%/resources/yt.country X@dirrm %%DATADIR%%/resources/za.country X@dirrm %%DATADIR%%/resources/zh-Hans.locale X@dirrm %%DATADIR%%/resources/zh-Hant.locale X@dirrm %%DATADIR%%/resources/zm.country X@dirrm %%DATADIR%%/resources/zw.country X@dirrm %%DATADIR%%/resources X@dirrm %%DATADIR%%/shaders X@dirrm %%DATADIR%% X@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime X@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime X@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || true X@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || true 842cde48cf18b70a11b15515ca566742 exit