Current File : /var/lib/dpkg/info/python3.12-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