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