mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-20 07:19:43 +01:00
Update extract.py
This commit is contained in:
@@ -920,8 +920,12 @@ def RemoveUnpackDirs():
|
|||||||
rc = os.system('rm -rf ' + getNeoLocation() + 'ImagesUpload/kernel.bin')
|
rc = os.system('rm -rf ' + getNeoLocation() + 'ImagesUpload/kernel.bin')
|
||||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/force_multibox_READ.ME'):
|
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/force_multibox_READ.ME'):
|
||||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/force_multibox_READ.ME')
|
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/force_multibox_READ.ME')
|
||||||
|
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/force_multiboxse_READ.ME'):
|
||||||
|
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/force_multiboxse_READ.ME')
|
||||||
if os.path.exists("" + getNeoLocation() + "ImagesUpload/force_multiboxpro_READ.ME"):
|
if os.path.exists("" + getNeoLocation() + "ImagesUpload/force_multiboxpro_READ.ME"):
|
||||||
rc = os.system("rm -r " + getNeoLocation() + "ImagesUpload/force_multiboxpro_READ.ME")
|
rc = os.system("rm -r " + getNeoLocation() + "ImagesUpload/force_multiboxpro_READ.ME")
|
||||||
|
if os.path.exists("" + getNeoLocation() + "ImagesUpload/unforce_multiboxse.txt"):
|
||||||
|
rc = os.system("rm -r " + getNeoLocation() + "ImagesUpload/unforce_multiboxse.txt")
|
||||||
if os.path.exists("" + getNeoLocation() + "ImagesUpload/unforce_multiboxpro.txt"):
|
if os.path.exists("" + getNeoLocation() + "ImagesUpload/unforce_multiboxpro.txt"):
|
||||||
rc = os.system("rm -r " + getNeoLocation() + "ImagesUpload/unforce_multiboxpro.txt")
|
rc = os.system("rm -r " + getNeoLocation() + "ImagesUpload/unforce_multiboxpro.txt")
|
||||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/force'):
|
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/force'):
|
||||||
|
|||||||
Reference in New Issue
Block a user