Don't run ld_config from within the insttree class

This commit is contained in:
Martin Gracik 2010-07-29 14:38:01 +02:00
parent 86d7b2f804
commit f277852f7a
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ class InstallTree(BaseLoraxClass):
self.pwarning("no package <b>{0}</b> found".format(name))
self.yum.process_transaction()
self.run_ldconfig()
def run_ldconfig(self):
ldsoconf = os.path.join(self.rootdir, self.const.LDSOCONF)