summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/packages.py b/packages.py
index d936f782c..7104a7e1d 100644
--- a/packages.py
+++ b/packages.py
@@ -788,18 +788,11 @@ def doPostInstall(method, id, intf, instPath):
w.set(5)
if flags.setupFilesystems:
- # go ahead and depmod modules as modprobe in rc.sysinit
- # will complain loaduly if we don't do it now.
- depmodModules(id.comps, instPath)
-
- w.set(6)
-
- if flags.setupFilesystems:
f = open("/tmp/cleanup", "w")
method.writeCleanupPath(f)
f.close()
- w.set(7)
+ w.set(6)
finally:
pass