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 -2
View File
@@ -5,7 +5,7 @@
for f in $(/bin/finddir B_DESKTOP_DIRECTORY 2>/dev/null\ for f in $(/bin/finddir B_DESKTOP_DIRECTORY 2>/dev/null\
|| echo "/boot/home/Desktop")/*; do || echo "/boot/home/Desktop")/*; do
if [ -f $f ]; then if [ -f $f ]; then
mimeset -apps -f $f mimeset -f $f
fi fi
done done
@@ -20,4 +20,3 @@ mimeset -apps -f "$SYSTEM/servers"
mimeset -apps -f "/boot/apps" 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