···2525 fi
26262727 # remove ${pname}-${version}-${python-interpeter}-nspkg.pth
2828- if [ -z ${dontRemovePth-} ]; then
2828+ #
2929+ # Still need to check that parent directory exists in the
3030+ # event of a "meta-package" package, which will just install
3131+ # other packages, but not produce anything in site-packages
3232+ # besides meta information
3333+ if [ -d "${constructedPath}/../" -a -z ${dontRemovePth-} ]; then
2934 # .pth files are located in the parent directory of a module
3035 @findutils@/bin/find ${constructedPath}/../ -name '*-nspkg.pth' -exec rm -v "{}" +
3136 fi