~doko/python/pkg2.7-debian

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh

set -e

if [ ! -f /etc/@PVER@/sitecustomize.py ]; then
    cat <<-EOF
	# Empty sitecustomize.py to avoid a dangling symlink
EOF
fi

if [ "$1" = configure ]; then
    rm -f /etc/@PVER@/cert-verification.conf 
fi

#DEBHELPER#

exit 0