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