File: python-epydoc.preinst

package info (click to toggle)
epydoc 3.0.1%2Bdfsg-14
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 17,540 kB
  • ctags: 30,686
  • sloc: python: 14,373; sh: 97; makefile: 59
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#