uninstall.py

branch
5_3_x
changeset 2384
ab316924b76a
parent 2305
49e17acdece1
child 2525
8b507a9a2d40
child 2654
df2c3218cc5e
--- a/uninstall.py	Sat Feb 02 16:08:11 2013 +0100
+++ b/uninstall.py	Sat Feb 02 18:34:31 2013 +0100
@@ -67,7 +67,9 @@
     # Remove the menu entry for Linux systems
     if sys.platform.startswith("linux"):
         for name in ["/usr/share/pixmaps/eric.png",
-                     "/usr/share/applications/eric5.desktop"]:
+                     "/usr/share/applications/eric5.desktop",
+                     "/usr/share/pixmaps/ericWeb.png",
+                     "/usr/share/applications/eric5_webbrowser.desktop"]:
             if os.path.exists(name):
                 os.remove(name)
     

eric ide

mercurial