updated unbox
This commit is contained in:
parent
f2e836da0d
commit
0494a13a6b
1
unbox
1
unbox
|
@ -14,6 +14,7 @@ import tempfile
|
||||||
# arguments to use. Use None to indicate where the filename should be placed.
|
# arguments to use. Use None to indicate where the filename should be placed.
|
||||||
handlers = {
|
handlers = {
|
||||||
'.zip': ['unzip', None],
|
'.zip': ['unzip', None],
|
||||||
|
'.jar': ['unzip', None],
|
||||||
'.tgz': ['tar', 'xvzf', None],
|
'.tgz': ['tar', 'xvzf', None],
|
||||||
'.tbz': ['tar', 'xvjf', None],
|
'.tbz': ['tar', 'xvjf', None],
|
||||||
'.tar.gz': ['tar', 'xvzf', None],
|
'.tar.gz': ['tar', 'xvzf', None],
|
||||||
|
|
Loading…
Reference in New Issue