┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAntonio Larrosa <[email protected]>2018-05-13 11:08:13 +0200
committerAntonio Larrosa <[email protected]>2018-05-14 09:08:46 +0200
commit720e1a2a3d76ee6580dc132f709a3bd2f7bbd1b9 (patch)
tree5fa28fb8e2d332b1c1dbfc11c7156aaaff0aaeb8 /src
parent6e05c6365eec005caa3198a13bb071c782b8b192 (diff)
Remove duplicated entry
Summary: This gave a warning when running the script, and the value was overwritten a few lines below, so just remove the unused value. Reviewers: #dolphin, elvisangelaccio Reviewed By: #dolphin, elvisangelaccio Subscribers: kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D12845
Diffstat (limited to 'src')
-rwxr-xr-xsrc/settings/services/servicemenuinstallation1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settings/services/servicemenuinstallation b/src/settings/services/servicemenuinstallation
index 36b9debd2..60b699bb6 100755
--- a/src/settings/services/servicemenuinstallation
+++ b/src/settings/services/servicemenuinstallation
@@ -40,7 +40,6 @@ $archivetypes = { "application/x-tar" => :"tar -xf %s -C %s",
"multipart/x-zip" => :"unzip %s -d %s",
"application/tgz" => :"tar -zxf %s -C %s",
"application/x-compressed-gtar" => :"tar -zxf %s -C %s",
- "application/x-gtar" => :"tar -zxf %s -C %s",
"file/tgz" => :"tar -zxf %s -C %s",
"multipart/x-tar-gz" => :"tar -zxf %s -C %s",
"application/x-gunzip" => :"tar -zxf %s -C %s",