File: python2.3-numarray.postinst

package info (click to toggle)
python-numarray 1.1.1-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,428 kB
  • ctags: 8,469
  • sloc: ansic: 92,018; python: 20,861; makefile: 263; sh: 13
file content (6 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
#! /bin/sh -e

# remove leftover files from earlier versions (see #214974).
find /usr/lib/python2.3/site-packages/numarray -name '*.py[co]' -exec rm -f {} \; || true

#DEBHELPER#