summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda3
1 files changed, 3 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index f4ab9e21d..45f259224 100755
--- a/anaconda
+++ b/anaconda
@@ -115,6 +115,9 @@ def doShutdownX11Actions():
def setupPythonUpdates():
from distutils.sysconfig import get_python_lib
+ if not os.path.exists("/tmp/updates"):
+ return
+
for pkg in os.listdir("/tmp/updates"):
d = "/tmp/updates/%s" % pkg