repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vuls: init at 0.27.0 (#348530)
[NixPkgs.git]
/
pkgs
/
tools
/
compression
/
lzip
/
lzip-setup-hook.sh
blob
092ad7737dd1dff361ba0500800524859a98af92
1
lzipUnpackCmdHook
() {
2
[[
"
$1
"
= *
.
tar
.lz
]] &&
tar
--lzip -xf
"
$1
"
3
}
4
5
unpackCmdHooks
+=(
lzipUnpackCmdHook
)