scripts/uninstall.py

branch
without_py2_and_pyqt4
changeset 7203
2079ccbfa335
parent 7192
a22eee00b052
child 7211
1c97f3142fa8
--- a/scripts/uninstall.py	Mon Sep 02 18:51:38 2019 +0200
+++ b/scripts/uninstall.py	Mon Sep 02 18:52:31 2019 +0200
@@ -127,6 +127,8 @@
         "eric6_pluginrepository", "eric6_sqlbrowser",
         "eric6_iconeditor", "eric6_snap", "eric6_hexeditor",
         "eric6_browser", "eric6_shell",
+        # from Python2 era
+        "eric6_webbrowser",
     ]
     
     try:
@@ -250,6 +252,8 @@
             "/usr/share/applications/eric6_browser.desktop",
             "/usr/share/pixmaps/eric.png",
             "/usr/share/pixmaps/ericWeb.png",
+            # from Python2 era
+            "/usr/share/applications/eric6_webbrowser.desktop",
         ]:
             if os.path.exists(name):
                 os.remove(name)
@@ -267,6 +271,8 @@
             "~/.local/share/applications/eric6_browser.desktop",
             "~/.local/share/pixmaps/eric.png",
             "~/.local/share/pixmaps/ericWeb.png",
+            # from Python2 era
+            "/usr/share/applications/eric6_webbrowser.desktop",
         ]:
             path = os.path.expanduser(name)
             if os.path.exists(path):

eric ide

mercurial