uninstall.py

changeset 3678
2866383fd342
parent 3670
f0cb7579c0b4
child 3697
c947a7eaace4
--- a/uninstall.py	Sat Jul 05 14:01:04 2014 +0200
+++ b/uninstall.py	Sat Jul 05 14:15:15 2014 +0200
@@ -107,18 +107,6 @@
     
     # Remove the wrapper scripts
     rem_wnames = [
-        "eric6-api", "eric6-compare",
-        "eric6-configure", "eric6-diff",
-        "eric6-doc",
-        "eric6-qregexp", "eric6-re",
-        "eric6-trpreviewer", "eric6-uipreviewer",
-        "eric6-unittest", "eric6",
-        "eric6-tray", "eric6-editor",
-        "eric6-plugininstall", "eric6-pluginuninstall",
-        "eric6-pluginrepository", "eric6-sqlbrowser",
-        "eric6-webbrowser", "eric6-iconeditor",
-    ]
-    rem_wnames2 = [
         "eric6_api", "eric6_compare",
         "eric6_configure", "eric6_diff",
         "eric6_doc", "eric6_qregularexpression",
@@ -133,9 +121,7 @@
     ]
     if includePythonVariant:
         marker = PythonMarkers[sys.version_info.major]
-        rem_wnames.extend([n + marker for n in rem_wnames2])
-    else:
-        rem_wnames.extend(rem_wnames2)
+        rem_wnames = [n + marker for n in rem_wnames]
     
     try:
         for rem_wname in rem_wnames:

eric ide

mercurial