[Pkg-owncloud-commits] [owncloud] 166/223: add new keynote mimetype

David Prévot taffit at moszumanska.debian.org
Sun Jun 22 01:54:20 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 cd77f92f4ccff0d07ef3a0f8fffae82a0d54fe44
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date:   Mon Jun 16 16:25:12 2014 +0200

    add new keynote mimetype
---
 lib/private/mimetypes.list.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/private/mimetypes.list.php b/lib/private/mimetypes.list.php
index ba1b9ca..d27e9e6 100644
--- a/lib/private/mimetypes.list.php
+++ b/lib/private/mimetypes.list.php
@@ -74,6 +74,7 @@ return array(
 	'jpg' => array('image/jpeg', null),
 	'js' => array('application/javascript', 'text/plain'),
 	'json' => array('application/json', 'text/plain'),
+	'key' => array('application/x-iwork-keynote-sffkey', null),
 	'keynote' => array('application/x-iwork-keynote-sffkey', null),
 	'kra' => array('application/x-krita', null),
 	'm2t' => array('video/mp2t', null),

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