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:
Axel Dörfler
2006-11-20 18:04:30 +00:00
parent 3e30cbdb1e
commit 03ece74f5b
2 changed files with 15 additions and 13 deletions
+15
View File
@@ -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"
};