From: Antonio Larrosa Date: Sun, 13 May 2018 09:08:13 +0000 (+0200) Subject: Remove duplicated entry X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/720e1a2a3d76ee6580dc132f709a3bd2f7bbd1b9 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 --- 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",