summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/text.py b/text.py
index ff8d78509..cae186734 100644
--- a/text.py
+++ b/text.py
@@ -616,10 +616,6 @@ class XconfiguratorWindow:
root = todo.instPath)
screen.resume ()
todo.x.skip = 1
- try:
- os.unlink(todo.instPath + "/var/run/SERVER");
- except OSError:
- pass
return INSTALL_NOOP
class BeginInstallWindow: