HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //var/lib/dpkg/info/libpython2.7-minimal:amd64.postinst
#! /bin/sh

set -e

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

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



exit 0