don't call makewhatis

This commit is contained in:
Ben Gras 2010-06-26 01:10:04 +00:00
parent 6ebe0cdf82
commit 8003edc357

View File

@ -45,8 +45,3 @@ then
rm -f $PI rm -f $PI
fi fi
for d in /usr/man /usr/local/man /usr/gnu/man /usr/X11R6/man
do if [ -d "$d" ]
then makewhatis $d
fi
done