File: prerm

package info (click to toggle)
dput 0.9.6.1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 232 kB
  • ctags: 109
  • sloc: python: 1,487; makefile: 61; sh: 24
file content (5 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/sh

set -e

dpkg --listfiles dput | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2