[pygobject] Disable shortcut creation in windows installer



commit a3ed97fe6f80548801739fe6b72771b9eb6d93f7
Author: John Stowers <john stowers gmail com>
Date:   Thu Oct 21 13:25:35 2010 +1300

    Disable shortcut creation in windows installer

 pygobject_postinstall.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pygobject_postinstall.py b/pygobject_postinstall.py
index 487828e..5251219 100644
--- a/pygobject_postinstall.py
+++ b/pygobject_postinstall.py
@@ -66,7 +66,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]