D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
libpython3.10-minimal:amd64.postinst
back
Copy
#! /bin/sh set -e if [ ! -f /etc/python3.10/sitecustomize.py ]; then cat <<-EOF # Empty sitecustomize.py to avoid a dangling symlink EOF fi exit 0