mirror of
https://review.haiku-os.org/haiku
synced 2025-02-05 05:14:57 +01:00
2030e24a4e
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
10 lines
236 B
Bash
Executable File
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
|