Added eric5_iconeditor to the uninstall script. 5_1_x

Sun, 20 Feb 2011 19:02:12 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 20 Feb 2011 19:02:12 +0100
branch
5_1_x
changeset 909
3a1f8622e175
parent 905
867d41dad5b4
child 916
861bc555e9cf

Added eric5_iconeditor to the uninstall script.

uninstall.py file | annotate | diff | comparison | revisions
--- a/uninstall.py	Sun Feb 20 17:20:49 2011 +0100
+++ b/uninstall.py	Sun Feb 20 19:02:12 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