#! /bin/sh set -e if [ "$1" = "purge" ]; then rm -rf /usr/lib/python-wheels rm -rf /var/lib/python-wheels fi exit 0