abinfo "Moving /sbin/* => /usr/bin/ ..."
mv -v "$PKGDIR"/sbin/* \
    "$PKGDIR"/usr/bin/
rm -rv "$PKGDIR"/sbin
