uninstall.py

changeset 908
d00447340771
parent 896
f855351d5e98
child 945
8cd4d08fa9f6
child 1185
d47de1d09f7c
--- a/uninstall.py	Sun Feb 20 18:50:59 2011 +0100
+++ b/uninstall.py	Sun Feb 20 19:00:53 2011 +0100
@@ -73,24 +73,24 @@
     rem_wnames = [
         "eric5-api", "eric5-compare",
         "eric5-configure", "eric5-diff",
-        "eric5-doc", "eric5-helpviewer",
+        "eric5-doc", 
         "eric5-qregexp", "eric5-re", 
         "eric5-trpreviewer", "eric5-uipreviewer",
         "eric5-unittest", "eric5",
         "eric5-tray", "eric5-editor", 
         "eric5-plugininstall", "eric5-pluginuninstall", 
         "eric5-pluginrepository", "eric5-sqlbrowser", 
-        "eric5-webbrowser", 
+        "eric5-webbrowser", "eric5-iconeditor", 
         "eric5_api", "eric5_compare",
         "eric5_configure", "eric5_diff",
-        "eric5_doc", "eric5_helpviewer",
+        "eric5_doc", 
         "eric5_qregexp", "eric5_re", 
         "eric5_trpreviewer", "eric5_uipreviewer",
         "eric5_unittest", "eric5",
         "eric5_tray", "eric5_editor", 
         "eric5_plugininstall", "eric5_pluginuninstall", 
         "eric5_pluginrepository", "eric5_sqlbrowser", 
-        "eric5_webbrowser", 
+        "eric5_webbrowser", "eric5_iconeditor", 
     ]
     for rem_wname in rem_wnames:
         rwname = wrapperName(getConfig('bindir'),rem_wname)

eric ide

mercurial