File: prerm-python

package info (click to toggle)
debhelper 7.0.15
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,468 kB
  • ctags: 80
  • sloc: perl: 3,434; makefile: 232; sh: 7
file content (3 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (7)
1
2
3
dpkg -L #PACKAGE# |
	awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
	xargs rm -f >&2