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