From 3cafbe6080a04d9978c3c2ea88691bf90e0738a6 Mon Sep 17 00:00:00 2001 From: Jaime Melis Date: Fri, 9 May 2014 16:25:55 +0200 Subject: [PATCH] Bug #2901: Add new mime type for Ubuntu 14.04 gzip files --- src/datastore_mad/remotes/downloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datastore_mad/remotes/downloader.sh b/src/datastore_mad/remotes/downloader.sh index a0e3c22e19..f5e4bfad04 100755 --- a/src/datastore_mad/remotes/downloader.sh +++ b/src/datastore_mad/remotes/downloader.sh @@ -35,7 +35,7 @@ function get_decompressor type=$1 case "$type" in - "application/x-gzip") + "application/x-gzip"|"application/gzip") echo "gunzip -c -" ;; "application/x-bzip2")