install.py

changeset 3991
73731c4bf5bd
parent 3962
b75057280077
child 4021
195a471c327b
diff -r 5dd6edf8540a -r 73731c4bf5bd install.py
--- a/install.py	Mon Dec 22 18:27:16 2014 +0100
+++ b/install.py	Mon Dec 22 18:36:37 2014 +0100
@@ -492,7 +492,7 @@
             marker = ""
         for name in ["/usr/share/applications/eric6" + marker + ".desktop",
                      "/usr/share/appdata/eric6" + marker + ".appdata.xml",
-                     "/usr/share/applications/eric6_webbrowser" + marker + 
+                     "/usr/share/applications/eric6_webbrowser" + marker +
                      ".desktop"]:
             if os.path.exists(name):
                 os.remove(name)

eric ide

mercurial