--- a/install.py Thu Mar 10 18:57:46 2016 +0100 +++ b/install.py Thu Mar 10 20:02:45 2016 +0100 @@ -440,7 +440,7 @@ os.mkdir(pdir, 0o755) f = open(fname, "w") f.write( -'''# -*- coding: utf-8 -*- + '''# -*- coding: utf-8 -*- """ Package containing the global plugins. @@ -513,7 +513,8 @@ "/usr/share/applications/eric6_webbrowser" + marker + ".desktop", "/usr/share/applications/eric6_browser" + marker + - ".desktop",]: + ".desktop", + ]: if os.path.exists(name): os.remove(name)