diff options
| author | Steven Knight <knight@baldmt.com> | 2001-10-06 17:14:17 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2001-10-06 17:14:17 (GMT) |
| commit | 835c20588c4085e7bf963a1bf3fd2198194c8f50 (patch) | |
| tree | eec154cd7ce881966f16d6f86c7a330aa3fd2dcb /debian/python-scons.prerm | |
| parent | a86827b3933c2861d2e5b9df319630ce04559fe0 (diff) | |
| download | SCons-835c20588c4085e7bf963a1bf3fd2198194c8f50.zip SCons-835c20588c4085e7bf963a1bf3fd2198194c8f50.tar.gz SCons-835c20588c4085e7bf963a1bf3fd2198194c8f50.tar.bz2 | |
Create Debian package installation
Diffstat (limited to 'debian/python-scons.prerm')
| -rw-r--r-- | debian/python-scons.prerm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/python-scons.prerm b/debian/python-scons.prerm new file mode 100644 index 0000000..24e558c --- /dev/null +++ b/debian/python-scons.prerm @@ -0,0 +1,14 @@ +#! /bin/sh -e +# +# sample prerm script for Debian python2 packages. +# Written 1998 by Gregor Hoffleit <flight@debian.org>. +# Modified for SCons 2001 by Anthony Roach <aroach@electriceyeball.com>. +# + +PACKAGE=python-scons + +dpkg --listfiles $PACKAGE | + awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | + xargs rm -f >&2 + +#DEBHELPER# |
