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
This commit is contained in:
Ingo Weinhold 2010-05-04 17:43:38 +00:00
parent 223bdece87
commit 24e6e28430
1 changed files with 2 additions and 3 deletions

View File

@ -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