#! /bin/sh set -e if [ ! -f /etc/@PVER@/sitecustomize.py ]; then cat <<-EOF # Empty sitecustomize.py to avoid a dangling symlink EOF fi #DEBHELPER# exit 0