Your IP : 216.73.217.79


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/python3.11-venv.postrm

#! /bin/sh

set -e

if [ "$1" = "purge" ]; then
    rm -rf /usr/lib/python-wheels
    rm -rf /var/lib/python-wheels
fi



exit 0