aboutsummaryrefslogtreecommitdiff
path: root/debian/zinc-python.prerm
diff options
context:
space:
mode:
authorcvs2svn2005-06-10 10:29:11 +0000
committercvs2svn2005-06-10 10:29:11 +0000
commit960cdf29197bc3f5922110cf26627aa9709ac79b (patch)
tree7d6e4a472376b203d21826c2230b4a8c6a9024bd /debian/zinc-python.prerm
parent3fc9c4bc1d6f70db41ad418992bf3d461059d3c0 (diff)
downloadtkzinc-960cdf29197bc3f5922110cf26627aa9709ac79b.zip
tkzinc-960cdf29197bc3f5922110cf26627aa9709ac79b.tar.gz
tkzinc-960cdf29197bc3f5922110cf26627aa9709ac79b.tar.bz2
tkzinc-960cdf29197bc3f5922110cf26627aa9709ac79b.tar.xz
This commit was manufactured by cvs2svn to create branch 'bogue40'.
Diffstat (limited to 'debian/zinc-python.prerm')
-rw-r--r--debian/zinc-python.prerm11
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/zinc-python.prerm b/debian/zinc-python.prerm
deleted file mode 100644
index 6c9295a..0000000
--- a/debian/zinc-python.prerm
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /bin/bash -e
-#
-# Debian prerm script for Python hierarchical modules
-# Written by Gregor Hoffleit <flight@debian.org>
-#
-
-NAME=zinc-python
-
-dpkg --listfiles $NAME |
- awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
- xargs rm -f >&2