diff --git a/src/pylorax/insttree.py b/src/pylorax/insttree.py index c4270c14..740f8fc8 100644 --- a/src/pylorax/insttree.py +++ b/src/pylorax/insttree.py @@ -48,7 +48,6 @@ class InstallTree(BaseLoraxClass): self.pwarning("no package {0} found".format(name)) self.yum.process_transaction() - self.run_ldconfig() def run_ldconfig(self): ldsoconf = os.path.join(self.rootdir, self.const.LDSOCONF)