Add entries for .tbz2, .xz, .tar.xz and .jar files.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
</varlistentry>
<varlistentry>
- <term>.tbz, .tar.bz2</term>
+ <term>.tbz, .tbz2, .tar.bz2</term>
<listitem>
<para>Bzip2 compressed tar archives which will be extracted with
</varlistentry>
<varlistentry>
- <term>.zip</term>
+ <term>.xz</term>
+
+ <listitem>
+ <para>xz (LZMA2) compressed files which will be decompressed with
+ <command>"xz -dc <srcfile> > <srcfile>"</command>.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>.tar.xz</term>
+
+ <listitem>
+ <para>xz (LZMA2) compressed tar archives which will be decompressed with
+ <command>"xz -dc <srcfile> | tar x --no-same-owner -f -"</command>.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>.zip, .jar</term>
<listitem>
<para>Zip archives which will be extracted with <command>"unzip -q