From dce36e0ee9cfaa98c6215ebb2f11266ebc5f0b66 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Wed, 31 Jul 2013 17:40:28 +0200 Subject: [PATCH] exx: +tar.xz, +txz --- bin/exx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/exx b/bin/exx index 8321cf3..97f021b 100755 --- a/bin/exx +++ b/bin/exx @@ -24,6 +24,8 @@ use constant FORMATS=>{ "tar.bz2"=>do { $_=FORMAT_TAR; s/xf/xjf/; $_; }, "tar.bz" =>"tar.bz2", "tbz" =>"tar.bz", + "tar.xz" =>do { $_=FORMAT_TAR; s/xf/xJf/; $_; }, + "txz" =>do { $_=FORMAT_TAR; s/xf/xJf/; $_; }, "msi" =>'cabextract -q $pathname', }; -- 1.8.3.1