Skip to content
Snippets Groups Projects
Commit 7c18fb5d authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- updated file type mapping

parent 651ccae9
No related branches found
No related tags found
No related merge requests found
......@@ -392,6 +392,18 @@ prepare_ftype() {
"application/vnd.iccprofile")
ftype="icc"
;;
"application/pdf")
ftype="pdf"
;;
"text/xml")
ftype="xml"
;;
"image/svg+xml")
ftype="xml"
;;
"application/octet-stream")
ftype="ewf"
;;
*)
warn "unknown file format with mime-type '${mimetype}'"
ftype="???"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment