From 114afddcf18464949b30e5bb806c90cbb5a2e6c8 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 8 Dec 2006 16:17:49 +0000 Subject: Remove LIBUSER_CONF from the environment before running %post scripts (#218213). --- anaconda | 6 ------ 1 file changed, 6 deletions(-) (limited to 'anaconda') diff --git a/anaconda b/anaconda index 725e08c83..6f4925b02 100755 --- a/anaconda +++ b/anaconda @@ -1005,12 +1005,6 @@ if __name__ == "__main__": except: handleException(anaconda, sys.exc_info()) - # remove our libuser.conf - try: - os.unlink(os.environ["LIBUSER_CONF"]) - except: - pass - if anaconda.isKickstart and instClass.ksdata.reboot["eject"]: isys.flushDriveDict() for drive in isys.cdromList(): -- cgit