]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove duplicated entry
authorAntonio Larrosa <antonio.larrosa@gmail.com>
Sun, 13 May 2018 09:08:13 +0000 (11:08 +0200)
committerAntonio Larrosa <antonio.larrosa@gmail.com>
Mon, 14 May 2018 07:08:46 +0000 (09:08 +0200)
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

src/settings/services/servicemenuinstallation

index 36b9debd244c639e0911ff88d4001e020665780a..60b699bb6041b3cce0cd4a28f48e6a4c5c188d1d 100755 (executable)
@@ -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",