[pygtk] Disable shortcut creation in windows installer



commit 61e1ec89f84bc01c24fc861f3b0dce3355bf77a7
Author: John Stowers <john stowers gmail com>
Date:   Thu Oct 21 13:24:43 2010 +1300

    Disable shortcut creation in windows installer

 pygtk_postinstall.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pygtk_postinstall.py b/pygtk_postinstall.py
index 9caaa21..5690096 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()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]