add application/gzip (as other application/x-gzip)

This commit is contained in:
Jean-Francois Dockes 2014-07-16 12:46:23 +02:00
parent 46c0088206
commit 6ec7f92938

View file

@ -26,6 +26,7 @@
#
# The script (ie: rcluncomp) must output the uncompressed file name on
# stdout.
application/gzip = uncompress rcluncomp gunzip %f %t
application/x-gzip = uncompress rcluncomp gunzip %f %t
application/x-compress = uncompress rcluncomp gunzip %f %t
application/x-bzip2 = uncompress rcluncomp bunzip2 %f %t