summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorJerry <Jerry@f9.vonau.ca>2009-11-24 19:07:36 -0600
committerChris Lumens <clumens@redhat.com>2009-12-16 16:40:40 -0500
commit5fdf5110a39e734753e246480b94d54af65faf31 (patch)
tree708ce5e0c6c7b274e0332525f2a400d5c57466dc /yuminstall.py
parentf4459b4108fb8c0aad05653c7c8cdf8d3050f76a (diff)
downloadanaconda-5fdf5110a39e734753e246480b94d54af65faf31.tar.gz
anaconda-5fdf5110a39e734753e246480b94d54af65faf31.tar.xz
anaconda-5fdf5110a39e734753e246480b94d54af65faf31.zip
And call freetmp, too.
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yuminstall.py b/yuminstall.py
index c6fd4ccc9..480fe0283 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1125,6 +1125,7 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon
iutil.resetRpmDb(anaconda.rootPath)
iutil.writeRpmPlatform()
+ anaconda.backend.freetmp(anaconda)
self.ayum = AnacondaYum(anaconda)
self.ayum.setup()