summaryrefslogtreecommitdiff
path: root/debian/PVER-venv.postrm.in
blob: ed12298c402c36450e606a5e787c43a672503f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

set -e

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

#DEBHELPER#

exit 0