Lines Matching refs:nuke
25 test -d nuke || mkdir nuke || die "Could not create $MANDIR/nuke directory"
28 (find . -maxdepth 1 -name "_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all underscore-prefixed items"
29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
30 (find . -maxdepth 1 -name "dbus_*_internal_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
45 /bin/mv "$I" nuke || die "could not move $I to $MANDIR/nuke"
50 ## if these point to something we nuked, we want to also nuke the pointer.
58 /bin/mv "$I" nuke || die "could not move $I to $MANDIR/nuke"
71 (find . -maxdepth 1 -type f | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move remaining items"
73 NUKE_COUNT=`find nuke -type f -name "*" | wc -l`
84 echo "Man pages to be installed are in $MANDIR and man pages to ignore are in $MANDIR/nuke"