support both %runscript and %post-umount to perform scripts before packaging
[tools/mic.git] / mic / 3rdparty / pykickstart / constants.py
index 92f8325..050d124 100644 (file)
@@ -40,6 +40,7 @@ KS_SCRIPT_PRE = 0
 KS_SCRIPT_POST = 1
 KS_SCRIPT_TRACEBACK = 2
 KS_SCRIPT_RUN = 3
+KS_SCRIPT_UMOUNT = 4
 
 KS_WAIT = 0
 KS_REBOOT = 1