From 2030e24a4ebb6fb3118be072ba4adaeb2189680f Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Sat, 4 Apr 2009 00:34:46 +0000 Subject: [PATCH] Fixed system paths. At least, this system directory relayout show vividly that in many places we should use find_directory() instead. Ironically, these ones can't but keep hardcoded paths, except if I've missed some /bin/find_directory tool ;-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29892 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/common/boot/post_install/mime_update.sh | 8 ++++---- data/config/boot/UserBootscript.sample | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/common/boot/post_install/mime_update.sh b/data/common/boot/post_install/mime_update.sh index d3b0308de8..2dbb517e0e 100755 --- a/data/common/boot/post_install/mime_update.sh +++ b/data/common/boot/post_install/mime_update.sh @@ -2,8 +2,8 @@ # Make sure all apps have a MIME DB entry. -mimeset -apps -f /boot/beos/apps -mimeset -f /boot/beos/documentation -mimeset -apps -f /boot/beos/preferences -mimeset -apps -f /boot/beos/system/servers +mimeset -apps -f /boot/system/apps +mimeset -f /boot/system/documentation +mimeset -apps -f /boot/system/preferences +mimeset -apps -f /boot/system/servers mimeset -apps -f /boot/apps diff --git a/data/config/boot/UserBootscript.sample b/data/config/boot/UserBootscript.sample index a317013d98..68450fb78e 100644 --- a/data/config/boot/UserBootscript.sample +++ b/data/config/boot/UserBootscript.sample @@ -12,4 +12,4 @@ # This will allow the script to execute that command and process the next line. # Run LaunchBox -# /boot/beos/apps/LaunchBox & +# /boot/system/apps/LaunchBox &