6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
|
#!/bin/sh
|
||
|
# this is part of the man package
|
||
|
# it updates the search database for manpages
|
||
|
|
||
|
exec nice makewhatis -u
|