summaryrefslogtreecommitdiffstats
path: root/ark/archiveformatinfo.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-08-18 20:55:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-08-18 20:55:03 +0900
commit8e56d30cf88cadcb326d3f111245f2bac23fc36f (patch)
treed97753dbb3cbe813b51ca661aa8ce8f711b7941e /ark/archiveformatinfo.cpp
parent4a7a9f41a5d5084aa98379422facc449888552c0 (diff)
downloadtdeutils-8e56d30cf88cadcb326d3f111245f2bac23fc36f.tar.gz
tdeutils-8e56d30cf88cadcb326d3f111245f2bac23fc36f.zip
Fixed support for existing tar.lzma files. This requires commit 6bbc2b45
from tdelibs to be installed too. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ark/archiveformatinfo.cpp')
-rw-r--r--ark/archiveformatinfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ark/archiveformatinfo.cpp b/ark/archiveformatinfo.cpp
index 4a961d6..d3c73a6 100644
--- a/ark/archiveformatinfo.cpp
+++ b/ark/archiveformatinfo.cpp
@@ -53,6 +53,7 @@ void ArchiveFormatInfo::buildFormatInfos()
addFormatInfo( TAR_FORMAT, "application/x-tzo", ".tar.lzo" );
addFormatInfo( TAR_FORMAT, "application/x-tarz", ".tar.z" );
addFormatInfo( TAR_FORMAT, "application/x-tbz", ".tar.bz2" );
+ addFormatInfo( TAR_FORMAT, "application/x-tlzma", ".tar.lzma" );
addFormatInfo( TAR_FORMAT, "application/x-tlz", ".tar.lz" );
addFormatInfo( TAR_FORMAT, "application/x-tar", ".tar" );