#!/bin/sh
# this is part of the man package
# it updates the search database for manpages

exec /bin/nice /usr/sbin/makewhatis -u
