This commit is contained in:
Marcel Bischoff 2015-10-15 01:02:36 +02:00
parent 1dba715519
commit 9a7f810b54

View File

@ -672,7 +672,7 @@ Run job every 5 minutes.
### LaunchServices ### LaunchServices
#### Rebuild LaunchServices Database #### Rebuild LaunchServices Database
To be independent of OS version, this relies on `locate` to find `lsregister`. If you do not have your `locate` database built yet, [do it](#build-locate-database). To be independent of OS X version, this relies on `locate` to find `lsregister`. If you do not have your `locate` database built yet, [do it](#build-locate-database).
```bash ```bash
sudo $(locate lsregister) -kill -seed -r sudo $(locate lsregister) -kill -seed -r
``` ```