summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-11-10 20:03:07 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-11-10 20:03:07 +0000
commit5ea035fc0100a0d50fd6bbe8e09823863d0352d7 (patch)
treefa06e528957e639778e78628dbcc0135db138ce6 /scripts
parent4500cb4db08a4f899c2469702d681a30a4952d5a (diff)
downloadanaconda-5ea035fc0100a0d50fd6bbe8e09823863d0352d7.tar.gz
anaconda-5ea035fc0100a0d50fd6bbe8e09823863d0352d7.tar.xz
anaconda-5ea035fc0100a0d50fd6bbe8e09823863d0352d7.zip
unlink temporary conf file
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pkgorder2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/pkgorder b/scripts/pkgorder
index 9f19c3c41..3e680ac0b 100755
--- a/scripts/pkgorder
+++ b/scripts/pkgorder
@@ -284,3 +284,5 @@ if __name__ == "__main__":
for pkgtup in ds.tsInfo.sort():
print os.path.basename(ds.tsInfo.pkgdict[pkgtup][0].po.returnSimple('relativepath'))
+
+ os.unlink(path)