summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-11-20 10:50:42 -0500
committerChris Lumens <clumens@redhat.com>2007-11-20 10:50:42 -0500
commit94b8f0cd55bdd3e9eeeca266655ef245ca066688 (patch)
treea6fde16d067a1182b7f557eba25615bb37829c62 /upgrade.py
parent8108127f40ae760dc83496df3291aa1eb9529ea7 (diff)
downloadanaconda-94b8f0cd55bdd3e9eeeca266655ef245ca066688.tar.gz
anaconda-94b8f0cd55bdd3e9eeeca266655ef245ca066688.tar.xz
anaconda-94b8f0cd55bdd3e9eeeca266655ef245ca066688.zip
Run %post scripts on upgrade (#392201).
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrade.py b/upgrade.py
index 86b120341..7bc69661d 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -437,6 +437,7 @@ def setSteps(anaconda):
"instbootloader",
"dopostaction",
"methodcomplete",
+ "postscripts",
"copylogs",
"complete"
)