1
--- gwibber/resources.py.orig	2009-07-20 22:28:41.000000000 -0400
2
+++ gwibber/resources.py	2009-07-20 22:29:01.000000000 -0400
3
@@ -19,7 +19,7 @@
4
 except:
5
   DATA_BASE_DIRS = [
6
     os.path.join(os.path.expanduser("~"), ".local", "share"),
7
-    "/usr/local/share", "/usr/share"]
8
+    "/usr/share"]
9
   CACHE_BASE_DIR = os.path.join(os.path.expanduser("~"), ".cache")
10
 
11
 DATA_DIRS += [os.path.join(d, PROGRAM_NAME) for d in DATA_BASE_DIRS]