haiku/data/common/boot/post_install/mime_update.sh
Philippe Houdoin 2030e24a4e 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
2009-04-04 00:34:46 +00:00

10 lines
236 B
Bash
Executable File

#!/bin/sh
# Make sure all apps have a MIME DB entry.
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