added application/x-xz mime type for xz files.
added a sniff rule on ac3 mime type git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32610 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
abd3d52b5d
commit
a078b74cab
13
src/data/beos_mime/application/x-xz
Normal file
13
src/data/beos_mime/application/x-xz
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
|
||||
|
||||
resource(1, "META:TYPE") "application/x-xz";
|
||||
|
||||
resource(2, "META:SNIFF_RULE") "0.60 (0xfd377a585a00)";
|
||||
|
||||
resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-Expander";
|
||||
|
||||
resource(4, "META:EXTENS") message(234) {
|
||||
"extensions" = "xz",
|
||||
"type" = "application/x-xz"
|
||||
};
|
@ -10,3 +10,6 @@ resource(3, "META:EXTENS") message(234) {
|
||||
"type" = "audio/ac3"
|
||||
};
|
||||
|
||||
resource(4, "META:SNIFF_RULE") "0.50 (0x0b77)";
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user