[Pkg-owncloud-commits] [owncloud] 02/66: remove duplicate exe mimetype, add correct msi mimetype
David Prévot
taffit at moszumanska.debian.org
Fri Apr 18 22:49:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v5.0.15
in repository owncloud.
commit 244f2772399905bd4b517a2608018e4518c64d7c
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Tue Jan 7 15:58:49 2014 +0100
remove duplicate exe mimetype, add correct msi mimetype
---
lib/mimetypes.list.php | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php
index 86ce9c6..071e160 100644
--- a/lib/mimetypes.list.php
+++ b/lib/mimetypes.list.php
@@ -66,6 +66,7 @@ return array(
'xlsx'=>'application/msexcel',
'php'=>'application/x-php',
'exe'=>'application/x-ms-dos-executable',
+ 'msi' => 'application/x-msi',
'pl'=>'application/x-pearl',
'py'=>'application/x-python',
'blend'=>'application/x-blender',
@@ -96,7 +97,5 @@ return array(
'impress' => 'text/impress',
'ai' => 'application/illustrator',
'epub' => 'application/epub+zip',
- 'mobi' => 'application/x-mobipocket-ebook',
- 'exe' => 'application',
- 'msi' => 'application'
+ 'mobi' => 'application/x-mobipocket-ebook'
);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list