abinfo "Removing PDB files..."
find "$PKGDIR"/usr/lib/openra/ \
    -name "*.pdb" \
    -delete \
    -print
