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:
@@ -132,10 +132,10 @@ fi
|
|||||||
# Check for fresh install and register all bundled app mimetypes
|
# Check for fresh install and register all bundled app mimetypes
|
||||||
FRESH_INSTALL_INDICATOR_FILE=$HOME/config/settings/fresh_install
|
FRESH_INSTALL_INDICATOR_FILE=$HOME/config/settings/fresh_install
|
||||||
if [ -e $FRESH_INSTALL_INDICATOR_FILE ]; then
|
if [ -e $FRESH_INSTALL_INDICATOR_FILE ]; then
|
||||||
mimeset -all -f /boot/beos/apps
|
# mimeset -all -f /boot/beos/apps
|
||||||
mimeset -all -f /boot/beos/preferences
|
# mimeset -all -f /boot/beos/preferences
|
||||||
mimeset -all -f /boot/beos/system/servers
|
# mimeset -all -f /boot/beos/system/servers
|
||||||
mimeset -all -f /boot/apps
|
# mimeset -all -f /boot/apps
|
||||||
rm $FRESH_INSTALL_INDICATOR_FILE
|
rm $FRESH_INSTALL_INDICATOR_FILE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user