[Pkg-owncloud-commits] [owncloud] 40/104: remove duplicate exe mimetype, add correct msi mimetype

David Prévot taffit at moszumanska.debian.org
Sat Jan 18 13:33:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit c81a05cbb100eb955e9b4e7898efcdfa7abf0209
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date:   Tue Jan 7 15:51:08 2014 +0100

    remove duplicate exe mimetype, add correct msi mimetype
---
 lib/private/mimetypes.list.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/private/mimetypes.list.php b/lib/private/mimetypes.list.php
index 8ab8ac8..d68fe5b 100644
--- a/lib/private/mimetypes.list.php
+++ b/lib/private/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',
@@ -97,8 +98,6 @@ return array(
 	'ai' => 'application/illustrator',
 	'epub' => 'application/epub+zip',
 	'mobi' => 'application/x-mobipocket-ebook',
-	'exe' => 'application',
-	'msi' => 'application',
 	'md' => 'text/markdown',
 	'markdown' => 'text/markdown',
 	'mdown' => 'text/markdown',

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