mirror of
https://github.com/gutosie/neoboot.git
synced 2026-01-04 14:29:47 +01:00
Update extract.py
This commit is contained in:
@@ -789,8 +789,8 @@ def RemoveUnpackDirs():
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/pulse4kmin')
|
||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/unforce_h9combo.txt'):
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/unforce_h9combo.txt')
|
||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/kernel.bin '):
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/kernel.bin ')
|
||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/kernel.bin'):
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/kernel.bin')
|
||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/imageversion'):
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/imageversion')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user