summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@fprintf.net>2007-06-30 14:50:12 -0400
committerDaniel Gryniewicz <dang@fprintf.net>2007-06-30 14:50:12 -0400
commitcd2149b3d6b9e017f1e69e510459b0c45c4d214a (patch)
treef6e0ccdcf29713f250e6ccde8cf14a93af5ac35d
parentMake it print usage rather than failing for invalid command line options (diff)
downloadgentoo-bumpchecker-cd2149b3d6b9e017f1e69e510459b0c45c4d214a.tar.gz
gentoo-bumpchecker-cd2149b3d6b9e017f1e69e510459b0c45c4d214a.tar.bz2
gentoo-bumpchecker-cd2149b3d6b9e017f1e69e510459b0c45c4d214a.zip
map gnome-control-center to control-center
-rw-r--r--modules/package_module.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/package_module.py b/modules/package_module.py
index d0fbbd0..a8885c6 100644
--- a/modules/package_module.py
+++ b/modules/package_module.py
@@ -16,7 +16,8 @@ class Package:
"gtk2":"gtk2-perl",
"gnome2-vfs":"gnome2-vfs-perl",
"pkg-config":"pkgconfig",
- "gnome-user-docs":"gnome2-user-docs"
+ "gnome-user-docs":"gnome2-user-docs",
+ "gnome-control-center":"control-center"
}
def __init__(self, raw_data):