#!/bin/sh
#BLURB="Update the whatis database used by 'whatis' and 'apropos' commands."
dialog --title "UPDATING WHATIS DATABASE" --infobox \
"The whatis database is required by\\n\`whatis' and \`apropos' commands." 4 40
chroot . /usr/sbin/makewhatis
