diff --git a/data/system/boot/Bootscript b/data/system/boot/Bootscript index b3096b72c7..bd9fb6da13 100644 --- a/data/system/boot/Bootscript +++ b/data/system/boot/Bootscript @@ -132,10 +132,10 @@ fi # Check for fresh install and register all bundled app mimetypes FRESH_INSTALL_INDICATOR_FILE=$HOME/config/settings/fresh_install if [ -e $FRESH_INSTALL_INDICATOR_FILE ]; then - mimeset -all -f /boot/beos/apps - mimeset -all -f /boot/beos/preferences - mimeset -all -f /boot/beos/system/servers - mimeset -all -f /boot/apps +# mimeset -all -f /boot/beos/apps +# mimeset -all -f /boot/beos/preferences +# mimeset -all -f /boot/beos/system/servers +# mimeset -all -f /boot/apps rm $FRESH_INSTALL_INDICATOR_FILE fi