File: python-epydoc.preinst

package info (click to toggle)
epydoc 3.0.1%2Bdfsg-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,412 kB
  • ctags: 29,831
  • sloc: python: 14,318; makefile: 55; sh: 7
file content (14 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

# Remove old files left behind by previous versions of package
rm -f /usr/lib/site-python/epydoc/*.pyc
rm -f /usr/lib/site-python/epydoc/markup/*.pyc
rm -f /usr/lib/site-python/epydoc/test/*.pyc
rm -f /usr/lib/site-python/epydoc/*.pyo
rm -f /usr/lib/site-python/epydoc/markup/*.pyo
rm -f /usr/lib/site-python/epydoc/test/*.pyo

#DEBHELPER#