mirror of
https://review.haiku-os.org/haiku
synced 2025-01-22 14:24:48 +01:00
46f2d5ea88
file to /boot/common/settings. Repackaged OpenSSH accordingly. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25335 a95241bf-73f2-0310-859d-f6bbb57e9c96
9 lines
199 B
Bash
Executable File
9 lines
199 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Make sure all apps have a MIME DB entry.
|
|
|
|
mimeset -apps -f /boot/beos/apps
|
|
mimeset -apps -f /boot/beos/preferences
|
|
mimeset -apps -f /boot/beos/system/servers
|
|
mimeset -apps -f /boot/apps
|