From 3bddc7c4fa6d3dfb6e2bef3242c1c372b1236fb9 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 4 Oct 2004 18:04:51 +0000 Subject: 2004-10-04 Jeremy Katz * dispatch.py (installSteps): Remove my new typo. --- dispatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dispatch.py') diff --git a/dispatch.py b/dispatch.py index 18fbefd75..e96c9f713 100644 --- a/dispatch.py +++ b/dispatch.py @@ -154,7 +154,7 @@ installSteps = [ ("writexconfig", writeXConfiguration, ("id", "instPath")), ("writeksconfig", writeKSConfiguration, ("id", "instPath")), ("setfilecon", setFileCons, ("instPath","id.partitions")), - ("copylogs", copyAnacondaLogs, ("instPath",)) + ("copylogs", copyAnacondaLogs, ("instPath",)), ("dopostaction", doPostAction, ("id", "instPath")), ("methodcomplete", doMethodComplete, ("method",)), ("complete", ()), -- cgit