summaryrefslogtreecommitdiff
path: root/debian/libPVER-minimal.postinst.in
blob: 8cc1f117123f1641e095638e14524439debba537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /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