#!/bin/sh -e

case "$1" in
    *)
	if [ -x /usr/bin/mandb ]; then
    	    /usr/bin/mandb --quiet  >/dev/null 2>&1
	fi
	;;
esac
