[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Resolve static linking



On Wed, Jul 13, 2022 at 12:01:31AM -0500, Igor Korot wrote:
> igor@debian:~/dbhandler/Debug$  grep local/lib/python /var/lib/dpkg/info/*
> /var/lib/dpkg/info/python3.9-minimal.postinst:        if [ ! -e
> /usr/local/lib/python3.9 ]; then
> /var/lib/dpkg/info/python3.9-minimal.postinst:            mkdir -p
> /usr/local/lib/python3.9 2> /dev/null || true
> /var/lib/dpkg/info/python3.9-minimal.postinst:            chmod $perm
> /usr/local/lib/python3.9 2> /dev/null || true
> /var/lib/dpkg/info/python3.9-minimal.postinst:            chown
> root:$group /usr/local/lib/python3.9 2> /dev/null || true
> /var/lib/dpkg/info/python3.9-minimal.postinst:
> localsite=/usr/local/lib/python3.9/dist-packages
> /var/lib/dpkg/info/python3.9-minimal.postrm:    rmdir --parents
> /usr/local/lib/python3.9 2>/dev/null || true
> /var/lib/dpkg/info/python3.9-minimal.prerm:
> localsite=/usr/local/lib/python3.9/dist-packages
> 
> igor@debian:~/dbhandler/Debug$
> [/code]
> 
> What package are we talking about?

It's right there in your output, half a dozen times.

python3.9-minimal


Reply to: