From 24e6e28430131fe49840a0b06f9e91013424cd35 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 4 May 2010 17:43:38 +0000 Subject: [PATCH] Don't use the "-apps" option for the Desktop files. That it worked before probably indicates that we're doing something wrong. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36614 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/common/boot/post_install/mime_update.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/common/boot/post_install/mime_update.sh b/data/common/boot/post_install/mime_update.sh index b7632468f6..18547cc3e0 100755 --- a/data/common/boot/post_install/mime_update.sh +++ b/data/common/boot/post_install/mime_update.sh @@ -5,7 +5,7 @@ for f in $(/bin/finddir B_DESKTOP_DIRECTORY 2>/dev/null\ || echo "/boot/home/Desktop")/*; do if [ -f $f ]; then - mimeset -apps -f $f + mimeset -f $f fi done @@ -19,5 +19,4 @@ mimeset -apps -f "$SYSTEM/preferences" mimeset -apps -f "$SYSTEM/servers" mimeset -apps -f "/boot/apps" -query -f 'BEOS:APP_SIG=*' | xargs --no-run-if-empty mimeset -apps -f - +query -f 'BEOS:APP_SIG=*' | xargs --no-run-if-empty mimeset -apps -f