%PDF- %PDF-
| Direktori : /proc/self/root/var/lib/dpkg/info/ |
| Current File : //proc/self/root/var/lib/dpkg/info/python3.10-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