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
This commit is contained in:
Stephan Aßmus
2008-03-07 21:06:23 +00:00
parent 5c30ed357a
commit c8fe52608c
+4 -4
View File
@@ -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