summaryrefslogtreecommitdiffstats
path: root/ark/archiveformatinfo.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2017-11-25 18:49:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2017-11-25 18:53:12 +0900
commite2a62bdbfbe2ddfb9a3ffc37a9bfba158767480e (patch)
tree39c81e91f9795c7e747edee96739d16c1308c181 /ark/archiveformatinfo.cpp
parent3593598938c4b6ea75c773bb4312421103d31a07 (diff)
downloadtdeutils-e2a62bdbfbe2ddfb9a3ffc37a9bfba158767480e.tar.gz
tdeutils-e2a62bdbfbe2ddfb9a3ffc37a9bfba158767480e.zip
Removed non existent application/x-tbz2 mimetype. This relates to bug 2043.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 96765e0aa27a58e8747b8f867713fd1cc45c19b4)
Diffstat (limited to 'ark/archiveformatinfo.cpp')
-rw-r--r--ark/archiveformatinfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ark/archiveformatinfo.cpp b/ark/archiveformatinfo.cpp
index 1cff881..31448b4 100644
--- a/ark/archiveformatinfo.cpp
+++ b/ark/archiveformatinfo.cpp
@@ -52,7 +52,6 @@ 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-tbz2", ".tar.bz2" );
addFormatInfo( TAR_FORMAT, "application/x-tlz", ".tar.lzma" );
addFormatInfo( TAR_FORMAT, "application/x-txz", ".tar.xz" );