From cbf0e3a0b4631d750dc0a6c26274140eddf6efd4 Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 31 Mar 2013 17:30:19 +0400 Subject: [PATCH] Add some more mimes --- llppac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llppac b/llppac index 2732cfc..40777c5 100755 --- a/llppac +++ b/llppac @@ -51,6 +51,8 @@ if test -z $type; then text/html) type="html";; application/msword) type="word";; application/vnd.openxmlformats-officedocument.* \ + | application/vnd.ms-powerpoint \ + | application/vnd.ms-excel \ | application/vnd.oasis.opendocument.*) type="uno";; image/svg+xml) type="svg";; image/*) type="image";; -- 2.11.4.GIT