if [[ -d "$PKGDIR"/usr/lib64 ]]; then
    abinfo "Moving /usr/lib64 => /usr/lib ..."
    mv -v "$PKGDIR"/usr/lib{64,}
fi
