#! /bin/sh

set -e

if [ "$1" = remove ]; then
   rm -f /usr/lib/python2.[567]/profile.py[co] /usr/lib/python2.[567]/pstats.py[co]
fi

#DEBHELPER#
