aboutsummaryrefslogtreecommitdiff
path: root/astro/google-earth/pkg-plist
blob: d5552e5dc01e6fba34b99c89d09990438c646101 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
bin/googleearth
%%DATADIR%%/Google-googleearth.desktop
%%DATADIR%%/ImporterGlobalSettings.ini
%%DATADIR%%/ImporterUISettings.ini
%%DATADIR%%/PCOptimizations.ini
%%DATADIR%%/README.linux
%%DATADIR%%/bin/googleearth
%%DATADIR%%/bin/browserwrapper
%%DATADIR%%/drivers.ini
%%DATADIR%%/googleearth-bin
%%DATADIR%%/googleearth-icon.png
%%DATADIR%%/googleearth.xpm
%%DATADIR%%/gpl.txt
%%DATADIR%%/gpsbabel
%%DATADIR%%/kh20
%%DATADIR%%/lang/ar.qm
%%DATADIR%%/lang/bg.qm
%%DATADIR%%/lang/ca.qm
%%DATADIR%%/lang/cs.qm
%%DATADIR%%/lang/da.qm
%%DATADIR%%/lang/de.qm
%%DATADIR%%/lang/el.qm
%%DATADIR%%/lang/en.qm
%%DATADIR%%/lang/es-419.qm
%%DATADIR%%/lang/es.qm
%%DATADIR%%/lang/fa.qm
%%DATADIR%%/lang/fi.qm
%%DATADIR%%/lang/fil.qm
%%DATADIR%%/lang/fr.qm
%%DATADIR%%/lang/he.qm
%%DATADIR%%/lang/hi.qm
%%DATADIR%%/lang/hr.qm
%%DATADIR%%/lang/hu.qm
%%DATADIR%%/lang/id.qm
%%DATADIR%%/lang/it.qm
%%DATADIR%%/lang/ja.qm
%%DATADIR%%/lang/ko.qm
%%DATADIR%%/lang/lt.qm
%%DATADIR%%/lang/lv.qm
%%DATADIR%%/lang/nl.qm
%%DATADIR%%/lang/no.qm
%%DATADIR%%/lang/pl.qm
%%DATADIR%%/lang/pt-PT.qm
%%DATADIR%%/lang/pt.qm
%%DATADIR%%/lang/ro.qm
%%DATADIR%%/lang/ru.qm
%%DATADIR%%/lang/sk.qm
%%DATADIR%%/lang/sl.qm
%%DATADIR%%/lang/sr.qm
%%DATADIR%%/lang/sv.qm
%%DATADIR%%/lang/th.qm
%%DATADIR%%/lang/tr.qm
%%DATADIR%%/lang/uk.qm
%%DATADIR%%/lang/vi.qm
%%DATADIR%%/lang/zh-Hans.qm
%%DATADIR%%/lang/zh-Hant-HK.qm
%%DATADIR%%/lang/zh-Hant.qm
%%DATADIR%%/libGLU.so.1
%%DATADIR%%/libIGAttrs.so
%%DATADIR%%/libIGCore.so
%%DATADIR%%/libIGExportCommon.so
%%DATADIR%%/libIGGfx.so
%%DATADIR%%/libIGMath.so
%%DATADIR%%/libIGOpt.so
%%DATADIR%%/libIGSg.so
%%DATADIR%%/libIGUtils.so
%%DATADIR%%/libQtCore.so.4
%%DATADIR%%/libQtGui.so.4
%%DATADIR%%/libQtNetwork.so.4
%%DATADIR%%/libQtWebKit.so.4
%%DATADIR%%/libalchemyext.so
%%DATADIR%%/libapiloader.so
%%DATADIR%%/libauth.so
%%DATADIR%%/libbase.so
%%DATADIR%%/libbasicingest.so
%%DATADIR%%/libcollada.so
%%DATADIR%%/libcommon.so
%%DATADIR%%/libcommon_gui.so
%%DATADIR%%/libcommon_platform.so
%%DATADIR%%/libcommon_webbrowser.so
%%DATADIR%%/libcomponentframework.so
%%DATADIR%%/libcurl.so.4
%%DATADIR%%/libevll.so
%%DATADIR%%/libflightsim.so
%%DATADIR%%/libfusioncommon.so
%%DATADIR%%/libgdal.so.1
%%DATADIR%%/libge_net.so
%%DATADIR%%/libgeobase.so
%%DATADIR%%/libgeobaseutils.so
%%DATADIR%%/libgoogleearth_free.so
%%DATADIR%%/libgooglesearch.so
%%DATADIR%%/libgps.so
%%DATADIR%%/libicudata.so.38
%%DATADIR%%/libicuuc.so.38
%%DATADIR%%/libinput_plugin.so
%%DATADIR%%/liblayer.so
%%DATADIR%%/liblayout.so
%%DATADIR%%/libmath.so
%%DATADIR%%/libmeasure.so
%%DATADIR%%/libmoduleframework.so
%%DATADIR%%/libnavigate.so
%%DATADIR%%/libnss_mdns4_minimal.so.2
%%DATADIR%%/libport.so
%%DATADIR%%/libproj.so.0
%%DATADIR%%/librender.so
%%DATADIR%%/libreporting.so
%%DATADIR%%/libsgutil.so
%%DATADIR%%/libspatial.so
%%DATADIR%%/libviewsync.so
%%DATADIR%%/libwebbrowser.so
%%DATADIR%%/libwmsbase.so
%%DATADIR%%/linux/xdg/xdg-desktop-icon
%%DATADIR%%/linux/xdg/xdg-desktop-menu
%%DATADIR%%/linux/xdg/xdg-mime
%%DATADIR%%/plugins/imageformats/libqgif.so
%%DATADIR%%/plugins/imageformats/libqjpeg.so
%%DATADIR%%/qt.conf
%%DATADIR%%/resources/ad.country/startinglocation.kml
%%DATADIR%%/resources/ae.country/startinglocation.kml
%%DATADIR%%/resources/af.country/startinglocation.kml
%%DATADIR%%/resources/ag.country/startinglocation.kml
%%DATADIR%%/resources/ai.country/startinglocation.kml
%%DATADIR%%/resources/al.country/startinglocation.kml
%%DATADIR%%/resources/am.country/startinglocation.kml
%%DATADIR%%/resources/american-flag.png
%%DATADIR%%/resources/an.country/startinglocation.kml
%%DATADIR%%/resources/ao.country/startinglocation.kml
%%DATADIR%%/resources/application.rcc
%%DATADIR%%/resources/aq.country/startinglocation.kml
%%DATADIR%%/resources/ar.country/startinglocation.kml
%%DATADIR%%/resources/ar.locale/default_myplaces.kml
%%DATADIR%%/resources/as.country/startinglocation.kml
%%DATADIR%%/resources/asian-flag.png
%%DATADIR%%/resources/at.country/startinglocation.kml
%%DATADIR%%/resources/au.country/startinglocation.kml
%%DATADIR%%/resources/auto-service.png
%%DATADIR%%/resources/auto.png
%%DATADIR%%/resources/aw.country/startinglocation.kml
%%DATADIR%%/resources/ax.country/startinglocation.kml
%%DATADIR%%/resources/az.country/startinglocation.kml
%%DATADIR%%/resources/ba.country/startinglocation.kml
%%DATADIR%%/resources/balloons.rcc
%%DATADIR%%/resources/bang.png
%%DATADIR%%/resources/bars.png
%%DATADIR%%/resources/bb.country/startinglocation.kml
%%DATADIR%%/resources/bd.country/startinglocation.kml
%%DATADIR%%/resources/be.country/startinglocation.kml
%%DATADIR%%/resources/bf.country/startinglocation.kml
%%DATADIR%%/resources/bg.country/startinglocation.kml
%%DATADIR%%/resources/bg.locale/default_myplaces.kml
%%DATADIR%%/resources/bh.country/startinglocation.kml
%%DATADIR%%/resources/bi.country/startinglocation.kml
%%DATADIR%%/resources/bj.country/startinglocation.kml
%%DATADIR%%/resources/bm.country/startinglocation.kml
%%DATADIR%%/resources/bn.country/startinglocation.kml
%%DATADIR%%/resources/bo.country/startinglocation.kml
%%DATADIR%%/resources/br.country/startinglocation.kml
%%DATADIR%%/resources/bs.country/startinglocation.kml
%%DATADIR%%/resources/bt.country/startinglocation.kml
%%DATADIR%%/resources/building.png
%%DATADIR%%/resources/button-dis-leftendcap-flat.png
%%DATADIR%%/resources/button-dis-repeating-flat.png
%%DATADIR%%/resources/button-dis-rightendcap-flat.png
%%DATADIR%%/resources/button-md-leftendcap-flat.png
%%DATADIR%%/resources/button-md-repeating-flat.png
%%DATADIR%%/resources/button-md-rightendcap-flat.png
%%DATADIR%%/resources/bv.country/startinglocation.kml
%%DATADIR%%/resources/bw.country/startinglocation.kml
%%DATADIR%%/resources/by.country/startinglocation.kml
%%DATADIR%%/resources/bz.country/startinglocation.kml
%%DATADIR%%/resources/ca.country/startinglocation.kml
%%DATADIR%%/resources/ca.locale/default_myplaces.kml
%%DATADIR%%/resources/camera32.png
%%DATADIR%%/resources/cc.country/startinglocation.kml
%%DATADIR%%/resources/cd.country/startinglocation.kml
%%DATADIR%%/resources/cf.country/startinglocation.kml
%%DATADIR%%/resources/cg.country/startinglocation.kml
%%DATADIR%%/resources/ch.country/startinglocation.kml
%%DATADIR%%/resources/check-sel.png
%%DATADIR%%/resources/check-somechildsel.png
%%DATADIR%%/resources/check-unsel.png
%%DATADIR%%/resources/ci.country/startinglocation.kml
%%DATADIR%%/resources/ck.country/startinglocation.kml
%%DATADIR%%/resources/cl.country/startinglocation.kml
%%DATADIR%%/resources/closednetworkfolder.png
%%DATADIR%%/resources/cm.country/startinglocation.kml
%%DATADIR%%/resources/cn.country/startinglocation.kml
%%DATADIR%%/resources/co.country/startinglocation.kml
%%DATADIR%%/resources/coffee_house_16.png
%%DATADIR%%/resources/collapsedtree.png
%%DATADIR%%/resources/cr.country/startinglocation.kml
%%DATADIR%%/resources/cs.country/startinglocation.kml
%%DATADIR%%/resources/cs.locale/default_myplaces.kml
%%DATADIR%%/resources/cu.country/startinglocation.kml
%%DATADIR%%/resources/cursor_crosshair_inverse.png
%%DATADIR%%/resources/cursor_crosshair_thick.png
%%DATADIR%%/resources/cv.country/startinglocation.kml
%%DATADIR%%/resources/cx.country/startinglocation.kml
%%DATADIR%%/resources/cy.country/startinglocation.kml
%%DATADIR%%/resources/cz.country/startinglocation.kml
%%DATADIR%%/resources/da.locale/default_myplaces.kml
%%DATADIR%%/resources/de.country/startinglocation.kml
%%DATADIR%%/resources/de.locale/default_myplaces.kml
%%DATADIR%%/resources/dining.png
%%DATADIR%%/resources/dining_16.png
%%DATADIR%%/resources/dj.country/startinglocation.kml
%%DATADIR%%/resources/dk.country/startinglocation.kml
%%DATADIR%%/resources/dm.country/startinglocation.kml
%%DATADIR%%/resources/do.country/startinglocation.kml
%%DATADIR%%/resources/doppler.txt
%%DATADIR%%/resources/drawcircle.png
%%DATADIR%%/resources/drawline.png
%%DATADIR%%/resources/drawpolygon.png
%%DATADIR%%/resources/drawpolyline.png
%%DATADIR%%/resources/dz.country/startinglocation.kml
%%DATADIR%%/resources/ec.country/startinglocation.kml
%%DATADIR%%/resources/ee.country/startinglocation.kml
%%DATADIR%%/resources/effects.rcc
%%DATADIR%%/resources/eg.country/startinglocation.kml
%%DATADIR%%/resources/eh.country/startinglocation.kml
%%DATADIR%%/resources/el.locale/default_myplaces.kml
%%DATADIR%%/resources/en.locale/default_myplaces.kml
%%DATADIR%%/resources/er.country/startinglocation.kml
%%DATADIR%%/resources/es-419.locale/default_myplaces.kml
%%DATADIR%%/resources/es.country/startinglocation.kml
%%DATADIR%%/resources/es.locale/default_myplaces.kml
%%DATADIR%%/resources/et.country/startinglocation.kml
%%DATADIR%%/resources/fast-food.png
%%DATADIR%%/resources/fi.country/startinglocation.kml
%%DATADIR%%/resources/fi.locale/default_myplaces.kml
%%DATADIR%%/resources/fil.locale/default_myplaces.kml
%%DATADIR%%/resources/find-next-dis.png
%%DATADIR%%/resources/find-prev-dis.png
%%DATADIR%%/resources/fj.country/startinglocation.kml
%%DATADIR%%/resources/fk.country/startinglocation.kml
%%DATADIR%%/resources/flightsim/aircraft/f16.acf
%%DATADIR%%/resources/flightsim/aircraft/sr22.acf
%%DATADIR%%/resources/flightsim/controller/generic.ini
%%DATADIR%%/resources/flightsim/controller/genius_maxfighter_f16u.ini
%%DATADIR%%/resources/flightsim/controller/logitech_attack3.ini
%%DATADIR%%/resources/flightsim/controller/logitech_extreme_3d.ini
%%DATADIR%%/resources/flightsim/controller/logitech_force_3d.ini
%%DATADIR%%/resources/flightsim/controller/logitech_freedom.ini
%%DATADIR%%/resources/flightsim/controller/saitek_cyborg_evo.ini
%%DATADIR%%/resources/flightsim/controller/saitek_x52.ini
%%DATADIR%%/resources/flightsim/controller/speed_link_black_hawk.ini
%%DATADIR%%/resources/flightsim/controller/speed_link_black_widow.ini
%%DATADIR%%/resources/flightsim/controller/speed_link_cougar_flightstick.ini
%%DATADIR%%/resources/flightsim/controller/speed_link_dark_tornado.ini
%%DATADIR%%/resources/flightsim/controller/xbox_360.ini
%%DATADIR%%/resources/flightsim/flightsim.ini
%%DATADIR%%/resources/flightsim/hud/generic.ini
%%DATADIR%%/resources/flightsim/hud/sr22.ini
%%DATADIR%%/resources/flightsim/keyboard/generic.ini
%%DATADIR%%/resources/flightsim/keyboard/sr22.ini
%%DATADIR%%/resources/flightsim/planet/earth.ini
%%DATADIR%%/resources/fm.country/startinglocation.kml
%%DATADIR%%/resources/fo.country/startinglocation.kml
%%DATADIR%%/resources/four-dollars.png
%%DATADIR%%/resources/fr-layers.png
%%DATADIR%%/resources/fr.country/startinglocation.kml
%%DATADIR%%/resources/fr.locale/default_myplaces.kml
%%DATADIR%%/resources/french-flag.png
%%DATADIR%%/resources/ga.country/startinglocation.kml
%%DATADIR%%/resources/gb.country/startinglocation.kml
%%DATADIR%%/resources/gd.country/startinglocation.kml
%%DATADIR%%/resources/ge.country/startinglocation.kml
%%DATADIR%%/resources/geforce_cursor.png
%%DATADIR%%/resources/geforce_cursor_32.png
%%DATADIR%%/resources/gf.country/startinglocation.kml
%%DATADIR%%/resources/gg.country/startinglocation.kml
%%DATADIR%%/resources/gh.country/startinglocation.kml
%%DATADIR%%/resources/gi.country/startinglocation.kml
%%DATADIR%%/resources/gl.country/startinglocation.kml
%%DATADIR%%/resources/gm.country/startinglocation.kml
%%DATADIR%%/resources/gn.country/startinglocation.kml
%%DATADIR%%/resources/gp.country/startinglocation.kml
%%DATADIR%%/resources/gq.country/startinglocation.kml
%%DATADIR%%/resources/gr.country/startinglocation.kml
%%DATADIR%%/resources/gs.country/startinglocation.kml
%%DATADIR%%/resources/gt.country/startinglocation.kml
%%DATADIR%%/resources/gu.country/startinglocation.kml
%%DATADIR%%/resources/gw.country/startinglocation.kml
%%DATADIR%%/resources/gy.country/startinglocation.kml
%%DATADIR%%/resources/he.locale/default_myplaces.kml
%%DATADIR%%/resources/hi.locale/default_myplaces.kml
%%DATADIR%%/resources/high_res_places.png
%%DATADIR%%/resources/highway_16.png
%%DATADIR%%/resources/hk.country/startinglocation.kml
%%DATADIR%%/resources/hm.country/startinglocation.kml
%%DATADIR%%/resources/hn.country/startinglocation.kml
%%DATADIR%%/resources/hr.country/startinglocation.kml
%%DATADIR%%/resources/hr.locale/default_myplaces.kml
%%DATADIR%%/resources/ht.country/startinglocation.kml
%%DATADIR%%/resources/hu.country/startinglocation.kml
%%DATADIR%%/resources/hu.locale/default_myplaces.kml
%%DATADIR%%/resources/id.country/startinglocation.kml
%%DATADIR%%/resources/id.locale/default_myplaces.kml
%%DATADIR%%/resources/ie.country/startinglocation.kml
%%DATADIR%%/resources/il.country/startinglocation.kml
%%DATADIR%%/resources/im.country/startinglocation.kml
%%DATADIR%%/resources/in.country/startinglocation.kml
%%DATADIR%%/resources/invisible.png
%%DATADIR%%/resources/io.country/startinglocation.kml
%%DATADIR%%/resources/iq.country/startinglocation.kml
%%DATADIR%%/resources/ir.country/startinglocation.kml
%%DATADIR%%/resources/is.country/startinglocation.kml
%%DATADIR%%/resources/it.country/startinglocation.kml
%%DATADIR%%/resources/it.locale/default_myplaces.kml
%%DATADIR%%/resources/italian-flag.png
%%DATADIR%%/resources/ja.locale/default_myplaces.kml
%%DATADIR%%/resources/je.country/startinglocation.kml
%%DATADIR%%/resources/jm.country/startinglocation.kml
%%DATADIR%%/resources/jo.country/startinglocation.kml
%%DATADIR%%/resources/jp.country/startinglocation.kml
%%DATADIR%%/resources/ke.country/startinglocation.kml
%%DATADIR%%/resources/kg.country/startinglocation.kml
%%DATADIR%%/resources/kh.country/startinglocation.kml
%%DATADIR%%/resources/ki.country/startinglocation.kml
%%DATADIR%%/resources/km.country/startinglocation.kml
%%DATADIR%%/resources/kn.country/startinglocation.kml
%%DATADIR%%/resources/ko.locale/default_myplaces.kml
%%DATADIR%%/resources/kp.country/startinglocation.kml
%%DATADIR%%/resources/kr.country/startinglocation.kml
%%DATADIR%%/resources/kw.country/startinglocation.kml
%%DATADIR%%/resources/ky.country/startinglocation.kml
%%DATADIR%%/resources/kz.country/startinglocation.kml
%%DATADIR%%/resources/la.country/startinglocation.kml
%%DATADIR%%/resources/large_traffic_count_16.png
%%DATADIR%%/resources/layers_16.png
%%DATADIR%%/resources/lb.country/startinglocation.kml
%%DATADIR%%/resources/lc.country/startinglocation.kml
%%DATADIR%%/resources/leftpanel-common.rcc
%%DATADIR%%/resources/leftpanel-layer.rcc
%%DATADIR%%/resources/li.country/startinglocation.kml
%%DATADIR%%/resources/lk.country/startinglocation.kml
%%DATADIR%%/resources/loading-image.png
%%DATADIR%%/resources/lr.country/startinglocation.kml
%%DATADIR%%/resources/ls.country/startinglocation.kml
%%DATADIR%%/resources/lt.country/startinglocation.kml
%%DATADIR%%/resources/lt.locale/default_myplaces.kml
%%DATADIR%%/resources/lu.country/startinglocation.kml
%%DATADIR%%/resources/lv.country/startinglocation.kml
%%DATADIR%%/resources/lv.locale/default_myplaces.kml
%%DATADIR%%/resources/ly.country/startinglocation.kml
%%DATADIR%%/resources/ma.country/startinglocation.kml
%%DATADIR%%/resources/mc.country/startinglocation.kml
%%DATADIR%%/resources/md.country/startinglocation.kml
%%DATADIR%%/resources/me.country/startinglocation.kml
%%DATADIR%%/resources/mexican-flag.png
%%DATADIR%%/resources/mg.country/startinglocation.kml
%%DATADIR%%/resources/mh.country/startinglocation.kml
%%DATADIR%%/resources/misc-dining.png
%%DATADIR%%/resources/mk.country/startinglocation.kml
%%DATADIR%%/resources/ml.country/startinglocation.kml
%%DATADIR%%/resources/mm.country/startinglocation.kml
%%DATADIR%%/resources/mn.country/startinglocation.kml
%%DATADIR%%/resources/mo.country/startinglocation.kml
%%DATADIR%%/resources/mp.country/startinglocation.kml
%%DATADIR%%/resources/mq.country/startinglocation.kml
%%DATADIR%%/resources/mr.country/startinglocation.kml
%%DATADIR%%/resources/ms.country/startinglocation.kml
%%DATADIR%%/resources/mt.country/startinglocation.kml
%%DATADIR%%/resources/mu.country/startinglocation.kml
%%DATADIR%%/resources/mv.country/startinglocation.kml
%%DATADIR%%/resources/mw.country/startinglocation.kml
%%DATADIR%%/resources/mx.country/startinglocation.kml
%%DATADIR%%/resources/my.country/startinglocation.kml
%%DATADIR%%/resources/mz.country/startinglocation.kml
%%DATADIR%%/resources/na.country/startinglocation.kml
%%DATADIR%%/resources/navcontrols.rcc
%%DATADIR%%/resources/nc.country/startinglocation.kml
%%DATADIR%%/resources/ne.country/startinglocation.kml
%%DATADIR%%/resources/nf.country/startinglocation.kml
%%DATADIR%%/resources/ng.country/startinglocation.kml
%%DATADIR%%/resources/ni.country/startinglocation.kml
%%DATADIR%%/resources/nl.country/startinglocation.kml
%%DATADIR%%/resources/nl.locale/default_myplaces.kml
%%DATADIR%%/resources/no.country/startinglocation.kml
%%DATADIR%%/resources/no.locale/default_myplaces.kml
%%DATADIR%%/resources/node-closed.png
%%DATADIR%%/resources/node-open.png
%%DATADIR%%/resources/note.png
%%DATADIR%%/resources/np.country/startinglocation.kml
%%DATADIR%%/resources/nr.country/startinglocation.kml
%%DATADIR%%/resources/nu.country/startinglocation.kml
%%DATADIR%%/resources/nz.country/startinglocation.kml
%%DATADIR%%/resources/om.country/startinglocation.kml
%%DATADIR%%/resources/one-dollar.png
%%DATADIR%%/resources/opennetworkfolder.png
%%DATADIR%%/resources/opentree.png
%%DATADIR%%/resources/pa.country/startinglocation.kml
%%DATADIR%%/resources/paddle/1-lv.png
%%DATADIR%%/resources/paddle/1.png
%%DATADIR%%/resources/paddle/10-lv.png
%%DATADIR%%/resources/paddle/10.png
%%DATADIR%%/resources/paddle/2-lv.png
%%DATADIR%%/resources/paddle/2.png
%%DATADIR%%/resources/paddle/3-lv.png
%%DATADIR%%/resources/paddle/3.png
%%DATADIR%%/resources/paddle/4-lv.png
%%DATADIR%%/resources/paddle/4.png
%%DATADIR%%/resources/paddle/5-lv.png
%%DATADIR%%/resources/paddle/5.png
%%DATADIR%%/resources/paddle/6-lv.png
%%DATADIR%%/resources/paddle/6.png
%%DATADIR%%/resources/paddle/7-lv.png
%%DATADIR%%/resources/paddle/7.png
%%DATADIR%%/resources/paddle/8-lv.png
%%DATADIR%%/resources/paddle/8.png
%%DATADIR%%/resources/paddle/9-lv.png
%%DATADIR%%/resources/paddle/9.png
%%DATADIR%%/resources/paddle/a-lv.png
%%DATADIR%%/resources/paddle/a.png
%%DATADIR%%/resources/paddle/b-lv.png
%%DATADIR%%/resources/paddle/b.png
%%DATADIR%%/resources/paddle/blu-blank-lv.png
%%DATADIR%%/resources/paddle/blu-blank.png
%%DATADIR%%/resources/paddle/blu-circle-lv.png
%%DATADIR%%/resources/paddle/blu-circle.png
%%DATADIR%%/resources/paddle/blu-diamond-lv.png
%%DATADIR%%/resources/paddle/blu-diamond.png
%%DATADIR%%/resources/paddle/blu-square-lv.png
%%DATADIR%%/resources/paddle/blu-square.png
%%DATADIR%%/resources/paddle/blu-stars-lv.png
%%DATADIR%%/resources/paddle/blu-stars.png
%%DATADIR%%/resources/paddle/c-lv.png
%%DATADIR%%/resources/paddle/c.png
%%DATADIR%%/resources/paddle/d-lv.png
%%DATADIR%%/resources/paddle/d.png
%%DATADIR%%/resources/paddle/e-lv.png
%%DATADIR%%/resources/paddle/e.png
%%DATADIR%%/resources/paddle/f-lv.png
%%DATADIR%%/resources/paddle/f.png
%%DATADIR%%/resources/paddle/g-lv.png
%%DATADIR%%/resources/paddle/g.png
%%DATADIR%%/resources/paddle/go-lv.png
%%DATADIR%%/resources/paddle/go.png
%%DATADIR%%/resources/paddle/grn-blank-lv.png
%%DATADIR%%/resources/paddle/grn-blank.png
%%DATADIR%%/resources/paddle/grn-circle-lv.png
%%DATADIR%%/resources/paddle/grn-circle.png
%%DATADIR%%/resources/paddle/grn-diamond-lv.png
%%DATADIR%%/resources/paddle/grn-diamond.png
%%DATADIR%%/resources/paddle/grn-square-lv.png
%%DATADIR%%/resources/paddle/grn-square.png
%%DATADIR%%/resources/paddle/grn-stars-lv.png
%%DATADIR%%/resources/paddle/grn-stars.png
%%DATADIR%%/resources/paddle/h-lv.png
%%DATADIR%%/resources/paddle/h.png
%%DATADIR%%/resources/paddle/i-lv.png
%%DATADIR%%/resources/paddle/i.png
%%DATADIR%%/resources/paddle/j-lv.png
%%DATADIR%%/resources/paddle/j.png
%%DATADIR%%/resources/paddle/k-lv.png
%%DATADIR%%/resources/paddle/k.png
%%DATADIR%%/resources/paddle/l-lv.png
%%DATADIR%%/resources/paddle/l.png
%%DATADIR%%/resources/paddle/ltblu-blank-lv.png
%%DATADIR%%/resources/paddle/ltblu-blank.png
%%DATADIR%%/resources/paddle/ltblu-circle-lv.png
%%DATADIR%%/resources/paddle/ltblu-circle.png
%%DATADIR%%/resources/paddle/ltblu-diamond-lv.png
%%DATADIR%%/resources/paddle/ltblu-diamond.png
%%DATADIR%%/resources/paddle/ltblu-square-lv.png
%%DATADIR%%/resources/paddle/ltblu-square.png
%%DATADIR%%/resources/paddle/ltblu-stars-lv.png
%%DATADIR%%/resources/paddle/ltblu-stars.png
%%DATADIR%%/resources/paddle/m-lv.png
%%DATADIR%%/resources/paddle/m.png
%%DATADIR%%/resources/paddle/n-lv.png
%%DATADIR%%/resources/paddle/n.png
%%DATADIR%%/resources/paddle/o-lv.png
%%DATADIR%%/resources/paddle/o.png
%%DATADIR%%/resources/paddle/p-lv.png
%%DATADIR%%/resources/paddle/p.png
%%DATADIR%%/resources/paddle/pause-lv.png
%%DATADIR%%/resources/paddle/pause.png
%%DATADIR%%/resources/paddle/pink-blank-lv.png
%%DATADIR%%/resources/paddle/pink-blank.png
%%DATADIR%%/resources/paddle/pink-circle-lv.png
%%DATADIR%%/resources/paddle/pink-circle.png
%%DATADIR%%/resources/paddle/pink-diamond-lv.png
%%DATADIR%%/resources/paddle/pink-diamond.png
%%DATADIR%%/resources/paddle/pink-square-lv.png
%%DATADIR%%/resources/paddle/pink-square.png
%%DATADIR%%/resources/paddle/pink-stars-lv.png
%%DATADIR%%/resources/paddle/pink-stars.png
%%DATADIR%%/resources/paddle/purple-circle-lv.png
%%DATADIR%%/resources/paddle/purple-circle.png
%%DATADIR%%/resources/paddle/purple-diamond-lv.png
%%DATADIR%%/resources/paddle/purple-diamond.png
%%DATADIR%%/resources/paddle/purple-square-lv.png
%%DATADIR%%/resources/paddle/purple-square.png
%%DATADIR%%/resources/paddle/purple-stars-lv.png
%%DATADIR%%/resources/paddle/purple-stars.png
%%DATADIR%%/resources/paddle/q-lv.png
%%DATADIR%%/resources/paddle/q.png
%%DATADIR%%/resources/paddle/r-lv.png
%%DATADIR%%/resources/paddle/r.png
%%DATADIR%%/resources/paddle/red-circle-lv.png
%%DATADIR%%/resources/paddle/red-circle.png
%%DATADIR%%/resources/paddle/red-diamond-lv.png
%%DATADIR%%/resources/paddle/red-diamond.png
%%DATADIR%%/resources/paddle/red-square-lv.png
%%DATADIR%%/resources/paddle/red-square.png
%%DATADIR%%/resources/paddle/red-stars-lv.png
%%DATADIR%%/resources/paddle/red-stars.png
%%DATADIR%%/resources/paddle/route.png
%%DATADIR%%/resources/paddle/s-lv.png
%%DATADIR%%/resources/paddle/s.png
%%DATADIR%%/resources/paddle/stop-lv.png
%%DATADIR%%/resources/paddle/stop.png
%%DATADIR%%/resources/paddle/t-lv.png
%%DATADIR%%/resources/paddle/t.png
%%DATADIR%%/resources/paddle/u-lv.png
%%DATADIR%%/resources/paddle/u.png
%%DATADIR%%/resources/paddle/v-lv.png
%%DATADIR%%/resources/paddle/v.png
%%DATADIR%%/resources/paddle/w-lv.png
%%DATADIR%%/resources/paddle/w.png
%%DATADIR%%/resources/paddle/wht-blank-lv.png
%%DATADIR%%/resources/paddle/wht-blank.png
%%DATADIR%%/resources/paddle/wht-circle-lv.png
%%DATADIR%%/resources/paddle/wht-circle.png
%%DATADIR%%/resources/paddle/wht-diamond-lv.png
%%DATADIR%%/resources/paddle/wht-diamond.png
%%DATADIR%%/resources/paddle/wht-square-lv.png
%%DATADIR%%/resources/paddle/wht-square.png
%%DATADIR%%/resources/paddle/wht-stars-lv.png
%%DATADIR%%/resources/paddle/wht-stars.png
%%DATADIR%%/resources/paddle/x-lv.png
%%DATADIR%%/resources/paddle/x.png
%%DATADIR%%/resources/paddle/y-lv.png
%%DATADIR%%/resources/paddle/y.png
%%DATADIR%%/resources/paddle/ylw-blank-lv.png
%%DATADIR%%/resources/paddle/ylw-blank.png
%%DATADIR%%/resources/paddle/ylw-circle-lv.png
%%DATADIR%%/resources/paddle/ylw-circle.png
%%DATADIR%%/resources/paddle/ylw-diamond-lv.png
%%DATADIR%%/resources/paddle/ylw-diamond.png
%%DATADIR%%/resources/paddle/ylw-square-lv.png
%%DATADIR%%/resources/paddle/ylw-square.png
%%DATADIR%%/resources/paddle/ylw-stars-lv.png
%%DATADIR%%/resources/paddle/ylw-stars.png
%%DATADIR%%/resources/paddle/z-lv.png
%%DATADIR%%/resources/paddle/z.png
%%DATADIR%%/resources/parks.png
%%DATADIR%%/resources/pe.country/startinglocation.kml
%%DATADIR%%/resources/pf.country/startinglocation.kml
%%DATADIR%%/resources/pg.country/startinglocation.kml
%%DATADIR%%/resources/ph.country/startinglocation.kml
%%DATADIR%%/resources/photo_icon_64.png
%%DATADIR%%/resources/photo_listview.png
%%DATADIR%%/resources/pk.country/startinglocation.kml
%%DATADIR%%/resources/pl.country/startinglocation.kml
%%DATADIR%%/resources/pl.locale/default_myplaces.kml
%%DATADIR%%/resources/pm.country/startinglocation.kml
%%DATADIR%%/resources/pn.country/startinglocation.kml
%%DATADIR%%/resources/pr.country/startinglocation.kml
%%DATADIR%%/resources/premium_lock.png
%%DATADIR%%/resources/premium_locked.png
%%DATADIR%%/resources/premium_star.png
%%DATADIR%%/resources/printlogo.png
%%DATADIR%%/resources/progress.rcc
%%DATADIR%%/resources/ps.country/startinglocation.kml
%%DATADIR%%/resources/pt-PT.locale/default_myplaces.kml
%%DATADIR%%/resources/pt.country/startinglocation.kml
%%DATADIR%%/resources/pt.locale/default_myplaces.kml
%%DATADIR%%/resources/pushpin/blue-pushpin.png
%%DATADIR%%/resources/pushpin/grn-pushpin.png
%%DATADIR%%/resources/pushpin/ltblu-pushpin.png
%%DATADIR%%/resources/pushpin/pink-pushpin.png
%%DATADIR%%/resources/pushpin/purple-pushpin.png
%%DATADIR%%/resources/pushpin/red-pushpin.png
%%DATADIR%%/resources/pushpin/wht-pushpin.png
%%DATADIR%%/resources/pushpin/ylw-pushpin.png
%%DATADIR%%/resources/pw.country/startinglocation.kml
%%DATADIR%%/resources/py.country/startinglocation.kml
%%DATADIR%%/resources/qa.country/startinglocation.kml
%%DATADIR%%/resources/query.png
%%DATADIR%%/resources/re.country/startinglocation.kml
%%DATADIR%%/resources/recreation.png
%%DATADIR%%/resources/red_tile.png
%%DATADIR%%/resources/renderui.rcc
%%DATADIR%%/resources/ro.country/startinglocation.kml
%%DATADIR%%/resources/ro.locale/default_myplaces.kml
%%DATADIR%%/resources/rs.country/startinglocation.kml
%%DATADIR%%/resources/ru.country/startinglocation.kml
%%DATADIR%%/resources/ru.locale/default_myplaces.kml
%%DATADIR%%/resources/rw.country/startinglocation.kml
%%DATADIR%%/resources/sa.country/startinglocation.kml
%%DATADIR%%/resources/sb.country/startinglocation.kml
%%DATADIR%%/resources/sc.country/startinglocation.kml
%%DATADIR%%/resources/school_16.png
%%DATADIR%%/resources/sd.country/startinglocation.kml
%%DATADIR%%/resources/se.country/startinglocation.kml
%%DATADIR%%/resources/sg.country/startinglocation.kml
%%DATADIR%%/resources/sh.country/startinglocation.kml
%%DATADIR%%/resources/shapes/airports.png
%%DATADIR%%/resources/shapes/arrow-reverse.png
%%DATADIR%%/resources/shapes/arrow.png
%%DATADIR%%/resources/shapes/arts.png
%%DATADIR%%/resources/shapes/bars.png
%%DATADIR%%/resources/shapes/broken_link.png
%%DATADIR%%/resources/shapes/bus.png
%%DATADIR%%/resources/shapes/cabs.png
%%DATADIR%%/resources/shapes/camera-lv.png
%%DATADIR%%/resources/shapes/camera.png
%%DATADIR%%/resources/shapes/campfire.png
%%DATADIR%%/resources/shapes/campground.png
%%DATADIR%%/resources/shapes/capital_big.png
%%DATADIR%%/resources/shapes/capital_big_highlight.png
%%DATADIR%%/resources/shapes/capital_small.png
%%DATADIR%%/resources/shapes/capital_small_highlight.png
%%DATADIR%%/resources/shapes/caution.png
%%DATADIR%%/resources/shapes/church.png
%%DATADIR%%/resources/shapes/coffee.png
%%DATADIR%%/resources/shapes/convenience.png
%%DATADIR%%/resources/shapes/cross-hairs.png
%%DATADIR%%/resources/shapes/cross-hairs_highlight.png
%%DATADIR%%/resources/shapes/cycling.png
%%DATADIR%%/resources/shapes/dining.png
%%DATADIR%%/resources/shapes/dollar.png
%%DATADIR%%/resources/shapes/donut.png
%%DATADIR%%/resources/shapes/earthquake.png
%%DATADIR%%/resources/shapes/electronics.png
%%DATADIR%%/resources/shapes/euro.png
%%DATADIR%%/resources/shapes/falling_rocks.png
%%DATADIR%%/resources/shapes/ferry.png
%%DATADIR%%/resources/shapes/firedept.png
%%DATADIR%%/resources/shapes/fishing.png
%%DATADIR%%/resources/shapes/flag.png
%%DATADIR%%/resources/shapes/forbidden.png
%%DATADIR%%/resources/shapes/gas_stations.png
%%DATADIR%%/resources/shapes/golf.png
%%DATADIR%%/resources/shapes/grocery.png
%%DATADIR%%/resources/shapes/heliport.png
%%DATADIR%%/resources/shapes/highway.png
%%DATADIR%%/resources/shapes/hiker.png
%%DATADIR%%/resources/shapes/homegardenbusiness.png
%%DATADIR%%/resources/shapes/horsebackriding.png
%%DATADIR%%/resources/shapes/hospitals.png
%%DATADIR%%/resources/shapes/info-i.png
%%DATADIR%%/resources/shapes/info.png
%%DATADIR%%/resources/shapes/info_circle.png
%%DATADIR%%/resources/shapes/lodging.png
%%DATADIR%%/resources/shapes/man.png
%%DATADIR%%/resources/shapes/marina.png
%%DATADIR%%/resources/shapes/mechanic.png
%%DATADIR%%/resources/shapes/motorcycling.png
%%DATADIR%%/resources/shapes/mountains.png
%%DATADIR%%/resources/shapes/movies.png
%%DATADIR%%/resources/shapes/open-diamond.png
%%DATADIR%%/resources/shapes/parking_lot.png
%%DATADIR%%/resources/shapes/parks.png
%%DATADIR%%/resources/shapes/partly_cloudy.png
%%DATADIR%%/resources/shapes/pharmacy_rx.png
%%DATADIR%%/resources/shapes/phone.png
%%DATADIR%%/resources/shapes/picnic.png
%%DATADIR%%/resources/shapes/placemark_circle.png
%%DATADIR%%/resources/shapes/placemark_circle_highlight.png
%%DATADIR%%/resources/shapes/placemark_square.png
%%DATADIR%%/resources/shapes/placemark_square_highlight.png
%%DATADIR%%/resources/shapes/play.png
%%DATADIR%%/resources/shapes/poi.png
%%DATADIR%%/resources/shapes/police.png
%%DATADIR%%/resources/shapes/polygon.png
%%DATADIR%%/resources/shapes/post_office.png
%%DATADIR%%/resources/shapes/rail.png
%%DATADIR%%/resources/shapes/rainy.png
%%DATADIR%%/resources/shapes/ranger_station.png
%%DATADIR%%/resources/shapes/realestate.png
%%DATADIR%%/resources/shapes/road_shield1.png
%%DATADIR%%/resources/shapes/road_shield2.png
%%DATADIR%%/resources/shapes/road_shield3.png
%%DATADIR%%/resources/shapes/ruler.png
%%DATADIR%%/resources/shapes/sailing.png
%%DATADIR%%/resources/shapes/salon.png
%%DATADIR%%/resources/shapes/schools.png
%%DATADIR%%/resources/shapes/shaded_dot.png
%%DATADIR%%/resources/shapes/shopping.png
%%DATADIR%%/resources/shapes/ski.png
%%DATADIR%%/resources/shapes/snack_bar.png
%%DATADIR%%/resources/shapes/snowflake_simple.png
%%DATADIR%%/resources/shapes/square.png
%%DATADIR%%/resources/shapes/star.png
%%DATADIR%%/resources/shapes/subway.png
%%DATADIR%%/resources/shapes/sunny.png
%%DATADIR%%/resources/shapes/swimming.png
%%DATADIR%%/resources/shapes/target.png
%%DATADIR%%/resources/shapes/terrain.png
%%DATADIR%%/resources/shapes/thunderstorm.png
%%DATADIR%%/resources/shapes/toilets.png
%%DATADIR%%/resources/shapes/track.png
%%DATADIR%%/resources/shapes/trail.png
%%DATADIR%%/resources/shapes/tram.png
%%DATADIR%%/resources/shapes/triangle.png
%%DATADIR%%/resources/shapes/truck.png
%%DATADIR%%/resources/shapes/volcano.png
%%DATADIR%%/resources/shapes/water.png
%%DATADIR%%/resources/shapes/webcam.png
%%DATADIR%%/resources/shapes/wheel_chair_accessible.png
%%DATADIR%%/resources/shapes/woman.png
%%DATADIR%%/resources/shapes/yen.png
%%DATADIR%%/resources/si.country/startinglocation.kml
%%DATADIR%%/resources/sj.country/startinglocation.kml
%%DATADIR%%/resources/sk.country/startinglocation.kml
%%DATADIR%%/resources/sk.locale/default_myplaces.kml
%%DATADIR%%/resources/sl.country/startinglocation.kml
%%DATADIR%%/resources/sl.locale/default_myplaces.kml
%%DATADIR%%/resources/sm.country/startinglocation.kml
%%DATADIR%%/resources/sn.country/startinglocation.kml
%%DATADIR%%/resources/so.country/startinglocation.kml
%%DATADIR%%/resources/spin_icon.png
%%DATADIR%%/resources/sr.country/startinglocation.kml
%%DATADIR%%/resources/sr.locale/default_myplaces.kml
%%DATADIR%%/resources/st.country/startinglocation.kml
%%DATADIR%%/resources/statusbar.rcc
%%DATADIR%%/resources/streamed_layer.png
%%DATADIR%%/resources/streamed_layers.png
%%DATADIR%%/resources/sv.country/startinglocation.kml
%%DATADIR%%/resources/sv.locale/default_myplaces.kml
%%DATADIR%%/resources/sy.country/startinglocation.kml
%%DATADIR%%/resources/sz.country/startinglocation.kml
%%DATADIR%%/resources/tc.country/startinglocation.kml
%%DATADIR%%/resources/td.country/startinglocation.kml
%%DATADIR%%/resources/terrain_16.png
%%DATADIR%%/resources/terrainmgr.rcc
%%DATADIR%%/resources/tf.country/startinglocation.kml
%%DATADIR%%/resources/tg.country/startinglocation.kml
%%DATADIR%%/resources/th.country/startinglocation.kml
%%DATADIR%%/resources/th.locale/default_myplaces.kml
%%DATADIR%%/resources/three-dollars.png
%%DATADIR%%/resources/tj.country/startinglocation.kml
%%DATADIR%%/resources/tk.country/startinglocation.kml
%%DATADIR%%/resources/tl.country/startinglocation.kml
%%DATADIR%%/resources/tm.country/startinglocation.kml
%%DATADIR%%/resources/tmcontrols.rcc
%%DATADIR%%/resources/tn.country/startinglocation.kml
%%DATADIR%%/resources/to.country/startinglocation.kml
%%DATADIR%%/resources/toolbar.rcc
%%DATADIR%%/resources/tourcontrols.rcc
%%DATADIR%%/resources/tr.country/startinglocation.kml
%%DATADIR%%/resources/tr.locale/default_myplaces.kml
%%DATADIR%%/resources/transp.png
%%DATADIR%%/resources/transportation.png
%%DATADIR%%/resources/tt.country/startinglocation.kml
%%DATADIR%%/resources/tv.country/startinglocation.kml
%%DATADIR%%/resources/tw.country/startinglocation.kml
%%DATADIR%%/resources/two-dollars.png
%%DATADIR%%/resources/tz.country/startinglocation.kml
%%DATADIR%%/resources/ua.country/startinglocation.kml
%%DATADIR%%/resources/ug.country/startinglocation.kml
%%DATADIR%%/resources/uk.locale/default_myplaces.kml
%%DATADIR%%/resources/um.country/startinglocation.kml
%%DATADIR%%/resources/unknown_plugin.png
%%DATADIR%%/resources/us.country/startinglocation.kml
%%DATADIR%%/resources/userpalette.kml
%%DATADIR%%/resources/uy.country/startinglocation.kml
%%DATADIR%%/resources/uz.country/startinglocation.kml
%%DATADIR%%/resources/va.country/startinglocation.kml
%%DATADIR%%/resources/vc.country/startinglocation.kml
%%DATADIR%%/resources/ve.country/startinglocation.kml
%%DATADIR%%/resources/vg.country/startinglocation.kml
%%DATADIR%%/resources/vi.country/startinglocation.kml
%%DATADIR%%/resources/vi.locale/default_myplaces.kml
%%DATADIR%%/resources/vn.country/startinglocation.kml
%%DATADIR%%/resources/vu.country/startinglocation.kml
%%DATADIR%%/resources/webbrowser.rcc
%%DATADIR%%/resources/webcam_16.png
%%DATADIR%%/resources/wf.country/startinglocation.kml
%%DATADIR%%/resources/ws.country/startinglocation.kml
%%DATADIR%%/resources/ye.country/startinglocation.kml
%%DATADIR%%/resources/yt.country/startinglocation.kml
%%DATADIR%%/resources/za.country/startinglocation.kml
%%DATADIR%%/resources/zh-Hans.locale/default_myplaces.kml
%%DATADIR%%/resources/zh-Hant.locale/default_myplaces.kml
%%DATADIR%%/resources/zm.country/startinglocation.kml
%%DATADIR%%/resources/zw.country/startinglocation.kml
%%DATADIR%%/shaders/atmosphere_common.ini
%%DATADIR%%/shaders/atmosphere_ground_sun_off.arbfp1
%%DATADIR%%/shaders/atmosphere_ground_sun_off.arbvp1
%%DATADIR%%/shaders/atmosphere_ground_sun_off.asd
%%DATADIR%%/shaders/atmosphere_ground_sun_off.cfg
%%DATADIR%%/shaders/atmosphere_ground_sun_off.ps_2_0
%%DATADIR%%/shaders/atmosphere_ground_sun_off.vs_2_0
%%DATADIR%%/shaders/atmosphere_ground_sun_on.arbfp1
%%DATADIR%%/shaders/atmosphere_ground_sun_on.arbvp1
%%DATADIR%%/shaders/atmosphere_ground_sun_on.asd
%%DATADIR%%/shaders/atmosphere_ground_sun_on.cfg
%%DATADIR%%/shaders/atmosphere_ground_sun_on.ps_2_0
%%DATADIR%%/shaders/atmosphere_ground_sun_on.vs_2_0
%%DATADIR%%/shaders/atmosphere_sky_sun_off.arbfp1
%%DATADIR%%/shaders/atmosphere_sky_sun_off.arbvp1
%%DATADIR%%/shaders/atmosphere_sky_sun_off.asd
%%DATADIR%%/shaders/atmosphere_sky_sun_off.cfg
%%DATADIR%%/shaders/atmosphere_sky_sun_off.ps_2_0
%%DATADIR%%/shaders/atmosphere_sky_sun_off.vs_2_0
%%DATADIR%%/shaders/atmosphere_sky_sun_on.arbfp1
%%DATADIR%%/shaders/atmosphere_sky_sun_on.arbvp1
%%DATADIR%%/shaders/atmosphere_sky_sun_on.asd
%%DATADIR%%/shaders/atmosphere_sky_sun_on.cfg
%%DATADIR%%/shaders/atmosphere_sky_sun_on.ps_2_0
%%DATADIR%%/shaders/atmosphere_sky_sun_on.vs_2_0
%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.arbfp1
%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.arbvp1
%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.asd
%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.cfg
%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.ps_2_0
%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.vs_2_0
%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.arbfp1
%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.arbvp1
%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.asd
%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.cfg
%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.ps_2_0
%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.vs_2_0
%%DATADIR%%/shaders/precipitation_double_cone.arbfp1
%%DATADIR%%/shaders/precipitation_double_cone.arbvp1
%%DATADIR%%/shaders/precipitation_double_cone.asd
%%DATADIR%%/shaders/precipitation_double_cone.cfg
%%DATADIR%%/shaders/precipitation_double_cone.ps_2_0
%%DATADIR%%/shaders/precipitation_double_cone.vs_2_0
%%DATADIR%%/shaders/stbillboard.arbfp1
%%DATADIR%%/shaders/stbillboard.arbvp1
%%DATADIR%%/shaders/stbillboard.asd
%%DATADIR%%/shaders/stbillboard.cfg
%%DATADIR%%/shaders/stbillboard.ps_2_0
%%DATADIR%%/shaders/stbillboard.vs_2_0
%%DATADIR%%/shaders/stbranch.arbfp1
%%DATADIR%%/shaders/stbranch.arbvp1
%%DATADIR%%/shaders/stbranch.asd
%%DATADIR%%/shaders/stbranch.cfg
%%DATADIR%%/shaders/stbranch.ps_2_0
%%DATADIR%%/shaders/stbranch.vs_2_0
%%DATADIR%%/shaders/stcommonobjects.ini
%%DATADIR%%/shaders/stfrond.arbfp1
%%DATADIR%%/shaders/stfrond.arbvp1
%%DATADIR%%/shaders/stfrond.asd
%%DATADIR%%/shaders/stfrond.cfg
%%DATADIR%%/shaders/stfrond.ps_2_0
%%DATADIR%%/shaders/stfrond.vs_2_0
%%DATADIR%%/shaders/stleafcard.arbfp1
%%DATADIR%%/shaders/stleafcard.arbvp1
%%DATADIR%%/shaders/stleafcard.asd
%%DATADIR%%/shaders/stleafcard.cfg
%%DATADIR%%/shaders/stleafcard.ps_2_0
%%DATADIR%%/shaders/stleafcard.vs_2_0
%%DATADIR%%/shaders/stleafmesh.arbfp1
%%DATADIR%%/shaders/stleafmesh.arbvp1
%%DATADIR%%/shaders/stleafmesh.asd
%%DATADIR%%/shaders/stleafmesh.cfg
%%DATADIR%%/shaders/stleafmesh.ps_2_0
%%DATADIR%%/shaders/stleafmesh.vs_2_0
%%DATADIR%%/shaders/watersurface.arbfp1
%%DATADIR%%/shaders/watersurface.arbvp1
%%DATADIR%%/shaders/watersurface.asd
%%DATADIR%%/shaders/watersurface.cfg
%%DATADIR%%/shaders/watersurface.ps_2_0
%%DATADIR%%/shaders/watersurface.vs_2_0
share/applications/googleearth.desktop
share/mime/application/earthviewer.xml
share/mime/application/keyhole.xml
share/mime/application/vnd.google-earth.kml+xml.xml
share/mime/application/vnd.google-earth.kmz.xml
share/mime/packages/googleearth-mimetypes.xml
@dirrm %%DATADIR%%/bin
@dirrm %%DATADIR%%/lang
@dirrm %%DATADIR%%/linux/xdg
@dirrm %%DATADIR%%/linux
@dirrm %%DATADIR%%/plugins/imageformats
@dirrm %%DATADIR%%/plugins
@dirrm %%DATADIR%%/resources/ad.country
@dirrm %%DATADIR%%/resources/ae.country
@dirrm %%DATADIR%%/resources/af.country
@dirrm %%DATADIR%%/resources/ag.country
@dirrm %%DATADIR%%/resources/ai.country
@dirrm %%DATADIR%%/resources/al.country
@dirrm %%DATADIR%%/resources/am.country
@dirrm %%DATADIR%%/resources/an.country
@dirrm %%DATADIR%%/resources/ao.country
@dirrm %%DATADIR%%/resources/aq.country
@dirrm %%DATADIR%%/resources/ar.country
@dirrm %%DATADIR%%/resources/ar.locale
@dirrm %%DATADIR%%/resources/as.country
@dirrm %%DATADIR%%/resources/at.country
@dirrm %%DATADIR%%/resources/au.country
@dirrm %%DATADIR%%/resources/aw.country
@dirrm %%DATADIR%%/resources/ax.country
@dirrm %%DATADIR%%/resources/az.country
@dirrm %%DATADIR%%/resources/ba.country
@dirrm %%DATADIR%%/resources/bb.country
@dirrm %%DATADIR%%/resources/bd.country
@dirrm %%DATADIR%%/resources/be.country
@dirrm %%DATADIR%%/resources/bf.country
@dirrm %%DATADIR%%/resources/bg.country
@dirrm %%DATADIR%%/resources/bg.locale
@dirrm %%DATADIR%%/resources/bh.country
@dirrm %%DATADIR%%/resources/bi.country
@dirrm %%DATADIR%%/resources/bj.country
@dirrm %%DATADIR%%/resources/bm.country
@dirrm %%DATADIR%%/resources/bn.country
@dirrm %%DATADIR%%/resources/bo.country
@dirrm %%DATADIR%%/resources/br.country
@dirrm %%DATADIR%%/resources/bs.country
@dirrm %%DATADIR%%/resources/bt.country
@dirrm %%DATADIR%%/resources/bv.country
@dirrm %%DATADIR%%/resources/bw.country
@dirrm %%DATADIR%%/resources/by.country
@dirrm %%DATADIR%%/resources/bz.country
@dirrm %%DATADIR%%/resources/ca.country
@dirrm %%DATADIR%%/resources/ca.locale
@dirrm %%DATADIR%%/resources/cc.country
@dirrm %%DATADIR%%/resources/cd.country
@dirrm %%DATADIR%%/resources/cf.country
@dirrm %%DATADIR%%/resources/cg.country
@dirrm %%DATADIR%%/resources/ch.country
@dirrm %%DATADIR%%/resources/ci.country
@dirrm %%DATADIR%%/resources/ck.country
@dirrm %%DATADIR%%/resources/cl.country
@dirrm %%DATADIR%%/resources/cm.country
@dirrm %%DATADIR%%/resources/cn.country
@dirrm %%DATADIR%%/resources/co.country
@dirrm %%DATADIR%%/resources/cr.country
@dirrm %%DATADIR%%/resources/cs.country
@dirrm %%DATADIR%%/resources/cs.locale
@dirrm %%DATADIR%%/resources/cu.country
@dirrm %%DATADIR%%/resources/cv.country
@dirrm %%DATADIR%%/resources/cx.country
@dirrm %%DATADIR%%/resources/cy.country
@dirrm %%DATADIR%%/resources/cz.country
@dirrm %%DATADIR%%/resources/da.locale
@dirrm %%DATADIR%%/resources/de.country
@dirrm %%DATADIR%%/resources/de.locale
@dirrm %%DATADIR%%/resources/dj.country
@dirrm %%DATADIR%%/resources/dk.country
@dirrm %%DATADIR%%/resources/dm.country
@dirrm %%DATADIR%%/resources/do.country
@dirrm %%DATADIR%%/resources/dz.country
@dirrm %%DATADIR%%/resources/ec.country
@dirrm %%DATADIR%%/resources/ee.country
@dirrm %%DATADIR%%/resources/eg.country
@dirrm %%DATADIR%%/resources/eh.country
@dirrm %%DATADIR%%/resources/el.locale
@dirrm %%DATADIR%%/resources/en.locale
@dirrm %%DATADIR%%/resources/er.country
@dirrm %%DATADIR%%/resources/es-419.locale
@dirrm %%DATADIR%%/resources/es.country
@dirrm %%DATADIR%%/resources/es.locale
@dirrm %%DATADIR%%/resources/et.country
@dirrm %%DATADIR%%/resources/fi.country
@dirrm %%DATADIR%%/resources/fi.locale
@dirrm %%DATADIR%%/resources/fil.locale
@dirrm %%DATADIR%%/resources/fj.country
@dirrm %%DATADIR%%/resources/fk.country
@dirrm %%DATADIR%%/resources/flightsim/aircraft
@dirrm %%DATADIR%%/resources/flightsim/controller
@dirrm %%DATADIR%%/resources/flightsim/hud
@dirrm %%DATADIR%%/resources/flightsim/keyboard
@dirrm %%DATADIR%%/resources/flightsim/planet
@dirrm %%DATADIR%%/resources/flightsim
@dirrm %%DATADIR%%/resources/fm.country
@dirrm %%DATADIR%%/resources/fo.country
@dirrm %%DATADIR%%/resources/fr.country
@dirrm %%DATADIR%%/resources/fr.locale
@dirrm %%DATADIR%%/resources/ga.country
@dirrm %%DATADIR%%/resources/gb.country
@dirrm %%DATADIR%%/resources/gd.country
@dirrm %%DATADIR%%/resources/ge.country
@dirrm %%DATADIR%%/resources/gf.country
@dirrm %%DATADIR%%/resources/gg.country
@dirrm %%DATADIR%%/resources/gh.country
@dirrm %%DATADIR%%/resources/gi.country
@dirrm %%DATADIR%%/resources/gl.country
@dirrm %%DATADIR%%/resources/gm.country
@dirrm %%DATADIR%%/resources/gn.country
@dirrm %%DATADIR%%/resources/gp.country
@dirrm %%DATADIR%%/resources/gq.country
@dirrm %%DATADIR%%/resources/gr.country
@dirrm %%DATADIR%%/resources/gs.country
@dirrm %%DATADIR%%/resources/gt.country
@dirrm %%DATADIR%%/resources/gu.country
@dirrm %%DATADIR%%/resources/gw.country
@dirrm %%DATADIR%%/resources/gy.country
@dirrm %%DATADIR%%/resources/he.locale
@dirrm %%DATADIR%%/resources/hi.locale
@dirrm %%DATADIR%%/resources/hk.country
@dirrm %%DATADIR%%/resources/hm.country
@dirrm %%DATADIR%%/resources/hn.country
@dirrm %%DATADIR%%/resources/hr.country
@dirrm %%DATADIR%%/resources/hr.locale
@dirrm %%DATADIR%%/resources/ht.country
@dirrm %%DATADIR%%/resources/hu.country
@dirrm %%DATADIR%%/resources/hu.locale
@dirrm %%DATADIR%%/resources/id.country
@dirrm %%DATADIR%%/resources/id.locale
@dirrm %%DATADIR%%/resources/ie.country
@dirrm %%DATADIR%%/resources/il.country
@dirrm %%DATADIR%%/resources/im.country
@dirrm %%DATADIR%%/resources/in.country
@dirrm %%DATADIR%%/resources/io.country
@dirrm %%DATADIR%%/resources/iq.country
@dirrm %%DATADIR%%/resources/ir.country
@dirrm %%DATADIR%%/resources/is.country
@dirrm %%DATADIR%%/resources/it.country
@dirrm %%DATADIR%%/resources/it.locale
@dirrm %%DATADIR%%/resources/ja.locale
@dirrm %%DATADIR%%/resources/je.country
@dirrm %%DATADIR%%/resources/jm.country
@dirrm %%DATADIR%%/resources/jo.country
@dirrm %%DATADIR%%/resources/jp.country
@dirrm %%DATADIR%%/resources/ke.country
@dirrm %%DATADIR%%/resources/kg.country
@dirrm %%DATADIR%%/resources/kh.country
@dirrm %%DATADIR%%/resources/ki.country
@dirrm %%DATADIR%%/resources/km.country
@dirrm %%DATADIR%%/resources/kn.country
@dirrm %%DATADIR%%/resources/ko.locale
@dirrm %%DATADIR%%/resources/kp.country
@dirrm %%DATADIR%%/resources/kr.country
@dirrm %%DATADIR%%/resources/kw.country
@dirrm %%DATADIR%%/resources/ky.country
@dirrm %%DATADIR%%/resources/kz.country
@dirrm %%DATADIR%%/resources/la.country
@dirrm %%DATADIR%%/resources/lb.country
@dirrm %%DATADIR%%/resources/lc.country
@dirrm %%DATADIR%%/resources/li.country
@dirrm %%DATADIR%%/resources/lk.country
@dirrm %%DATADIR%%/resources/lr.country
@dirrm %%DATADIR%%/resources/ls.country
@dirrm %%DATADIR%%/resources/lt.country
@dirrm %%DATADIR%%/resources/lt.locale
@dirrm %%DATADIR%%/resources/lu.country
@dirrm %%DATADIR%%/resources/lv.country
@dirrm %%DATADIR%%/resources/lv.locale
@dirrm %%DATADIR%%/resources/ly.country
@dirrm %%DATADIR%%/resources/ma.country
@dirrm %%DATADIR%%/resources/mc.country
@dirrm %%DATADIR%%/resources/md.country
@dirrm %%DATADIR%%/resources/me.country
@dirrm %%DATADIR%%/resources/mg.country
@dirrm %%DATADIR%%/resources/mh.country
@dirrm %%DATADIR%%/resources/mk.country
@dirrm %%DATADIR%%/resources/ml.country
@dirrm %%DATADIR%%/resources/mm.country
@dirrm %%DATADIR%%/resources/mn.country
@dirrm %%DATADIR%%/resources/mo.country
@dirrm %%DATADIR%%/resources/mp.country
@dirrm %%DATADIR%%/resources/mq.country
@dirrm %%DATADIR%%/resources/mr.country
@dirrm %%DATADIR%%/resources/ms.country
@dirrm %%DATADIR%%/resources/mt.country
@dirrm %%DATADIR%%/resources/mu.country
@dirrm %%DATADIR%%/resources/mv.country
@dirrm %%DATADIR%%/resources/mw.country
@dirrm %%DATADIR%%/resources/mx.country
@dirrm %%DATADIR%%/resources/my.country
@dirrm %%DATADIR%%/resources/mz.country
@dirrm %%DATADIR%%/resources/na.country
@dirrm %%DATADIR%%/resources/nc.country
@dirrm %%DATADIR%%/resources/ne.country
@dirrm %%DATADIR%%/resources/nf.country
@dirrm %%DATADIR%%/resources/ng.country
@dirrm %%DATADIR%%/resources/ni.country
@dirrm %%DATADIR%%/resources/nl.country
@dirrm %%DATADIR%%/resources/nl.locale
@dirrm %%DATADIR%%/resources/no.country
@dirrm %%DATADIR%%/resources/no.locale
@dirrm %%DATADIR%%/resources/np.country
@dirrm %%DATADIR%%/resources/nr.country
@dirrm %%DATADIR%%/resources/nu.country
@dirrm %%DATADIR%%/resources/nz.country
@dirrm %%DATADIR%%/resources/om.country
@dirrm %%DATADIR%%/resources/pa.country
@dirrm %%DATADIR%%/resources/paddle
@dirrm %%DATADIR%%/resources/pe.country
@dirrm %%DATADIR%%/resources/pf.country
@dirrm %%DATADIR%%/resources/pg.country
@dirrm %%DATADIR%%/resources/ph.country
@dirrm %%DATADIR%%/resources/pk.country
@dirrm %%DATADIR%%/resources/pl.country
@dirrm %%DATADIR%%/resources/pl.locale
@dirrm %%DATADIR%%/resources/pm.country
@dirrm %%DATADIR%%/resources/pn.country
@dirrm %%DATADIR%%/resources/pr.country
@dirrm %%DATADIR%%/resources/ps.country
@dirrm %%DATADIR%%/resources/pt-PT.locale
@dirrm %%DATADIR%%/resources/pt.country
@dirrm %%DATADIR%%/resources/pt.locale
@dirrm %%DATADIR%%/resources/pushpin
@dirrm %%DATADIR%%/resources/pw.country
@dirrm %%DATADIR%%/resources/py.country
@dirrm %%DATADIR%%/resources/qa.country
@dirrm %%DATADIR%%/resources/re.country
@dirrm %%DATADIR%%/resources/ro.country
@dirrm %%DATADIR%%/resources/ro.locale
@dirrm %%DATADIR%%/resources/rs.country
@dirrm %%DATADIR%%/resources/ru.country
@dirrm %%DATADIR%%/resources/ru.locale
@dirrm %%DATADIR%%/resources/rw.country
@dirrm %%DATADIR%%/resources/sa.country
@dirrm %%DATADIR%%/resources/sb.country
@dirrm %%DATADIR%%/resources/sc.country
@dirrm %%DATADIR%%/resources/sd.country
@dirrm %%DATADIR%%/resources/se.country
@dirrm %%DATADIR%%/resources/sg.country
@dirrm %%DATADIR%%/resources/sh.country
@dirrm %%DATADIR%%/resources/shapes
@dirrm %%DATADIR%%/resources/si.country
@dirrm %%DATADIR%%/resources/sj.country
@dirrm %%DATADIR%%/resources/sk.country
@dirrm %%DATADIR%%/resources/sk.locale
@dirrm %%DATADIR%%/resources/sl.country
@dirrm %%DATADIR%%/resources/sl.locale
@dirrm %%DATADIR%%/resources/sm.country
@dirrm %%DATADIR%%/resources/sn.country
@dirrm %%DATADIR%%/resources/so.country
@dirrm %%DATADIR%%/resources/sr.country
@dirrm %%DATADIR%%/resources/sr.locale
@dirrm %%DATADIR%%/resources/st.country
@dirrm %%DATADIR%%/resources/sv.country
@dirrm %%DATADIR%%/resources/sv.locale
@dirrm %%DATADIR%%/resources/sy.country
@dirrm %%DATADIR%%/resources/sz.country
@dirrm %%DATADIR%%/resources/tc.country
@dirrm %%DATADIR%%/resources/td.country
@dirrm %%DATADIR%%/resources/tf.country
@dirrm %%DATADIR%%/resources/tg.country
@dirrm %%DATADIR%%/resources/th.country
@dirrm %%DATADIR%%/resources/th.locale
@dirrm %%DATADIR%%/resources/tj.country
@dirrm %%DATADIR%%/resources/tk.country
@dirrm %%DATADIR%%/resources/tl.country
@dirrm %%DATADIR%%/resources/tm.country
@dirrm %%DATADIR%%/resources/tn.country
@dirrm %%DATADIR%%/resources/to.country
@dirrm %%DATADIR%%/resources/tr.country
@dirrm %%DATADIR%%/resources/tr.locale
@dirrm %%DATADIR%%/resources/tt.country
@dirrm %%DATADIR%%/resources/tv.country
@dirrm %%DATADIR%%/resources/tw.country
@dirrm %%DATADIR%%/resources/tz.country
@dirrm %%DATADIR%%/resources/ua.country
@dirrm %%DATADIR%%/resources/ug.country
@dirrm %%DATADIR%%/resources/uk.locale
@dirrm %%DATADIR%%/resources/um.country
@dirrm %%DATADIR%%/resources/us.country
@dirrm %%DATADIR%%/resources/uy.country
@dirrm %%DATADIR%%/resources/uz.country
@dirrm %%DATADIR%%/resources/va.country
@dirrm %%DATADIR%%/resources/vc.country
@dirrm %%DATADIR%%/resources/ve.country
@dirrm %%DATADIR%%/resources/vg.country
@dirrm %%DATADIR%%/resources/vi.country
@dirrm %%DATADIR%%/resources/vi.locale
@dirrm %%DATADIR%%/resources/vn.country
@dirrm %%DATADIR%%/resources/vu.country
@dirrm %%DATADIR%%/resources/wf.country
@dirrm %%DATADIR%%/resources/ws.country
@dirrm %%DATADIR%%/resources/ye.country
@dirrm %%DATADIR%%/resources/yt.country
@dirrm %%DATADIR%%/resources/za.country
@dirrm %%DATADIR%%/resources/zh-Hans.locale
@dirrm %%DATADIR%%/resources/zh-Hant.locale
@dirrm %%DATADIR%%/resources/zm.country
@dirrm %%DATADIR%%/resources/zw.country
@dirrm %%DATADIR%%/resources
@dirrm %%DATADIR%%/shaders
@dirrm %%DATADIR%%
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || true
@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || true