summaryrefslogtreecommitdiff
path: root/pygtk_postinstall.py
diff options
context:
space:
mode:
authorJohn Stowers <john.stowers@gmail.com>2010-04-15 23:25:31 +1200
committerJohn Stowers <john.stowers@gmail.com>2010-04-16 22:32:21 +1200
commitaff0e473f4cb018d700a2481eacadd78e2fd0bee (patch)
tree203d78d24ce1bae247c26f7b17f9d5c4494b3a58 /pygtk_postinstall.py
parentc4d230db44993dde645a1cbcb1026845d8a8ef4b (diff)
downloadpygtk-aff0e473f4cb018d700a2481eacadd78e2fd0bee.tar.gz
Bug 589671 - Fix setup.py for windows build
* make pycairo compulsory * simplify setup.py using new dsextras * add 2.18 API
Diffstat (limited to 'pygtk_postinstall.py')
-rw-r--r--pygtk_postinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygtk_postinstall.py b/pygtk_postinstall.py
index 627bc12b..f33cc243 100644
--- a/pygtk_postinstall.py
+++ b/pygtk_postinstall.py
@@ -90,7 +90,7 @@ def remove_shortcuts():
if len(sys.argv) == 2:
if sys.argv[1] == "-install":
- filenames=['lib/pkgconfig/pygtk-2.0.pc','bin/pygtk-codegen-2.0']
+ filenames=['lib/pkgconfig/pygtk-2.0.pc']
for filename in filenames:
pkgconfig_file = os.path.normpath(
os.path.join(sys.prefix,filename))