aboutsummaryrefslogtreecommitdiffstats
path: root/res/raw
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-21 19:18:27 +0200
committerjruesga <jorge@ruesga.com>2012-10-21 19:18:27 +0200
commitf4d47316a36104273506b73e406842b2d9e07a94 (patch)
tree515a496e50bd2289ef91f15a9c59268df9c8f2f3 /res/raw
parentfccf98f2264602e5884c4b3b659247747c7bdc5d (diff)
downloadandroid_packages_apps_CMFileManager-f4d47316a36104273506b73e406842b2d9e07a94.tar.gz
android_packages_apps_CMFileManager-f4d47316a36104273506b73e406842b2d9e07a94.tar.bz2
android_packages_apps_CMFileManager-f4d47316a36104273506b73e406842b2d9e07a94.zip
Separate shell files from binary/executable files
Diffstat (limited to 'res/raw')
-rw-r--r--res/raw/mime_types.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/raw/mime_types.properties b/res/raw/mime_types.properties
index 76dec672..7f69517e 100644
--- a/res/raw/mime_types.properties
+++ b/res/raw/mime_types.properties
@@ -158,10 +158,10 @@ zip = COMPRESS | application/zip | fso_type_compress
Z = COMPRESS | application/x-compress | fso_type_compress
# Executable
-bat = EXEC | application/x-msdownload | fso_type_executable
-csh = EXEC | application/x-csh | fso_type_executable
-ksh = EXEC | text/plain | fso_type_executable
-sh = EXEC | application/x-sh | fso_type_executable
+bat = EXEC | application/x-msdownload | fso_type_shell
+csh = EXEC | application/x-csh | fso_type_shell
+ksh = EXEC | text/plain | fso_type_shell
+sh = EXEC | application/x-sh | fso_type_shell
# Database
db = DATABASE | application/octet-stream | fso_type_database