Renamed x-rar-compressed to x-rar, fixed its contents, and added Expander as
default application. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19336 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
|
||||
|
||||
resource(1, "META:TYPE") "application/x-rar";
|
||||
|
||||
resource(2, "META:S:DESC") #'MSDC' "RAR Archive";
|
||||
|
||||
resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-Expander";
|
||||
|
||||
resource(4, "META:SNIFF_RULE") "0.50 (\"Rar!\")";
|
||||
|
||||
resource(5, "META:EXTENS") message(234) {
|
||||
"extensions" = "rar",
|
||||
"type" = "application/x-rar"
|
||||
};
|
||||
@@ -1,13 +0,0 @@
|
||||
|
||||
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
|
||||
|
||||
resource(1, "META:TYPE") "application/rar-compressed";
|
||||
|
||||
resource(2, "META:S:DESC") #'MSDC' "RAR Archive";
|
||||
|
||||
resource(3, "META:SNIFF_RULE") "0.50 (\"Rar!\")";
|
||||
|
||||
resource(4, "META:EXTENS") message(234) {
|
||||
"extensions" = "rar",
|
||||
"type" = "application/x-rar-compressed"
|
||||
};
|
||||
Reference in New Issue
Block a user