mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 20:05:48 +01:00
Update extract.py
This commit is contained in:
@@ -786,7 +786,7 @@ def RemoveUnpackDirs():
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/xp1000')
|
||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/et5x00'):
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/et5x00')
|
||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dinobot '):
|
||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dinobot'):
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/dinobot')
|
||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/e2/update'):
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/e2')
|
||||
|
||||
Reference in New Issue
Block a user