summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()