mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 03:45:48 +01:00
Update extract.py
This commit is contained in:
@@ -853,6 +853,8 @@ def RemoveUnpackDirs():
|
||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/pulse4kmin/force_pulse4kmini_READ.ME'):
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/pulse4kmini/force_pulse4kmini_READ.ME; rm -r ' + getNeoLocation() + 'ImagesUpload/pulse4kmini/unforce_pulse4kmini.txt')
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/pulse4kmin')
|
||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/xpeedlx'):
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/xpeedlx')
|
||||
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dm520'):
|
||||
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/dm520')
|
||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/unforce_h9combo.txt'):
|
||||
|
||||
Reference in New Issue
Block a user