mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-19 23:09:42 +01:00
Update extract.py
This commit is contained in:
@@ -1747,27 +1747,12 @@ def RemoveUnpackDirs():
|
|||||||
"rm -rf " +
|
"rm -rf " +
|
||||||
getNeoLocation() +
|
getNeoLocation() +
|
||||||
"ImagesUpload/kernel.bin")
|
"ImagesUpload/kernel.bin")
|
||||||
if os.path.exists(
|
if os.path.exists("" +getNeoLocation() +"ImagesUpload/force_multibox_READ.ME"):
|
||||||
"" +
|
rc = os.system("rm -r " + getNeoLocation() + "ImagesUpload/force_multibox_READ.ME")
|
||||||
getNeoLocation() +
|
if os.path.exists("" + getNeoLocation() + "ImagesUpload/force_multiboxpro_READ.ME"):
|
||||||
"ImagesUpload/force_multibox_READ.ME"):
|
rc = os.system("rm -r " + getNeoLocation() + "ImagesUpload/force_multiboxpro_READ.ME")
|
||||||
rc = os.system(
|
if os.path.exists("" + getNeoLocation() + "ImagesUpload/unforce_multiboxpro.txt"):
|
||||||
"rm -r " + getNeoLocation() + "ImagesUpload/force_multibox_READ.ME"
|
rc = os.system("rm -r " + getNeoLocation() + "ImagesUpload/unforce_multiboxpro.txt")
|
||||||
)
|
|
||||||
if os.path.exists(
|
|
||||||
"" +
|
|
||||||
getNeoLocation() +
|
|
||||||
"ImagesUpload/force_multiboxpro_READ.ME"):
|
|
||||||
rc = os.system(
|
|
||||||
"rm -r " + getNeoLocation() + "ImagesUpload/force_multiboxpro_READ.ME"
|
|
||||||
)
|
|
||||||
if os.path.exists(
|
|
||||||
"" +
|
|
||||||
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"):
|
||||||
rc = os.system("rm -r " + getNeoLocation() + "ImagesUpload/force")
|
rc = os.system("rm -r " + getNeoLocation() + "ImagesUpload/force")
|
||||||
if os.path.exists("" + getNeoLocation() + "ImagesUpload/rootfs.bin"):
|
if os.path.exists("" + getNeoLocation() + "ImagesUpload/rootfs.bin"):
|
||||||
|
|||||||
Reference in New Issue
Block a user