From 82ce0ccb152cd832535b27d175e92a2fc51fd75d Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sat, 12 Sep 2009 19:36:31 +0000 Subject: [PATCH] Add the Tracker add-ons directory to the mimeset list to enable Zip-O-Matic out of the box. This shouldn't be required on trunk as it has been updated there to work differently. git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@33104 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/common/boot/post_install/mime_update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/data/common/boot/post_install/mime_update.sh b/data/common/boot/post_install/mime_update.sh index 7f6a741ee0..11384d4ef3 100755 --- a/data/common/boot/post_install/mime_update.sh +++ b/data/common/boot/post_install/mime_update.sh @@ -17,5 +17,6 @@ mimeset -apps -f "$SYSTEM/apps" mimeset -f "$SYSTEM/documentation" mimeset -apps -f "$SYSTEM/preferences" mimeset -apps -f "$SYSTEM/servers" +mimeset -apps -f "$SYSTEM/add-ons/Tracker" mimeset -apps -f "/boot/apps"