#! /bin/bash

set -e

if [ "$1" = remove ]; then
   rm -f /usr/lib/python3.1/{pstats,profile}.py[co]
   rm -f /usr/lib/python3.[23]/__pycache__/{pstats,profile}.*.py[co]
fi

#DEBHELPER#
