diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-16 16:53:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-16 20:26:42 +0100 |
commit | b5fd106f93321fb79e74a4cbcd0ea9a62b6f4474 (patch) | |
tree | cdd09d3e05c8e7607c8db9b3afd987dba785b006 /bin | |
parent | 032a127348ff8146bad53ec19c5db47aea5ebdb6 (diff) |
add image/x-sun-raster mimetype
Change-Id: I6c53ec2ae15a68b9fa6bfd0daf81d6a21ca6c457
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 3480713f7f9c..ce967e2cd6dd 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -437,6 +437,7 @@ mimetypes = { 'image/x-portable-pixmap': 'ppm', 'image/vnd.adobe.photoshop': 'psd', 'image/x-cmu-raster': 'ras', + 'image/x-sun-raster': 'ras', 'image/x-xbitmap': 'xbm', 'image/x-xpixmap': 'xpm', } |