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
"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",