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