summaryrefslogtreecommitdiff
path: root/pygtk_postinstall.py
diff options
context:
space:
mode:
authorJohn Stowers <john.stowers@gmail.com>2010-10-21 13:24:43 +1300
committerJohn Stowers <john.stowers@gmail.com>2010-10-21 13:24:43 +1300
commit61e1ec89f84bc01c24fc861f3b0dce3355bf77a7 (patch)
treef3e8321020d3abe2fd76ca48f64333e256cfef96 /pygtk_postinstall.py
parent7dfe5ecbc91a6bfeb8796a95c53fabc99f76e712 (diff)
downloadpygtk-61e1ec89f84bc01c24fc861f3b0dce3355bf77a7.tar.gz
Disable shortcut creation in windows installer
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 9caaa219..5690096f 100644
--- a/pygtk_postinstall.py
+++ b/pygtk_postinstall.py
@@ -82,7 +82,7 @@ if len(sys.argv) == 2:
lines=open(pkgconfig_file).readlines()
open(pkgconfig_file, 'w').writelines(map(replace_prefix,lines))
# TODO: Add an installer option for shortcut creation
- create_shortcuts()
+ # create_shortcuts()
print __doc__
elif sys.argv[1] == "-remove":
remove_shortcuts()