From c8fe52608c5be597c56899b7cc4abcde6342afb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Fri, 7 Mar 2008 21:06:23 +0000 Subject: [PATCH] Disabled the mimeset trick for now, since it causes too many other problems at the moment. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24295 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/system/boot/Bootscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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