diff --git a/commands/packit/packit.sh b/commands/packit/packit.sh index 9c27d8f0a..bb4ae2432 100644 --- a/commands/packit/packit.sh +++ b/commands/packit/packit.sh @@ -45,8 +45,3 @@ then rm -f $PI fi -for d in /usr/man /usr/local/man /usr/gnu/man /usr/X11R6/man -do if [ -d "$d" ] - then makewhatis $d - fi -done