util: Add xz decompression support for util::extract::tar.
This commit is contained in:
parent
a289e2a3dd
commit
b6e36c502e
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ define util::extract::tar(
|
|||
"bz2","tbz": {
|
||||
$cat = "bzcat"
|
||||
}
|
||||
"xz": {
|
||||
$cat = "xzcat"
|
||||
}
|
||||
default: {
|
||||
fail("unknown file type")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue