File: prerm

package info (click to toggle)
python3-profiler 3.1.3-1
  • links: PTS
  • area: non-free
  • in suites: squeeze
  • size: 88 kB
  • ctags: 113
  • sloc: python: 893; makefile: 47; sh: 16
file content (10 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /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#