diff options
author | Alexandre Fayolle <alexandre.fayolle@logilab.fr> | 2006-06-14 19:32:58 +0200 |
---|---|---|
committer | Alexandre Fayolle <alexandre.fayolle@logilab.fr> | 2006-06-14 19:32:58 +0200 |
commit | b2dffc24250fddb5b0de06495f48820488cd4ac1 (patch) | |
tree | f02d6472bb2fe7cdf031c6cb8108bedbb085a0f7 /debian/python-logilab-astng.prerm | |
parent | b265c88e0b2bfec96a5784f104da7d851cf4d576 (diff) | |
download | astroid-b2dffc24250fddb5b0de06495f48820488cd4ac1.tar.gz |
new python policy
Diffstat (limited to 'debian/python-logilab-astng.prerm')
-rw-r--r-- | debian/python-logilab-astng.prerm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/python-logilab-astng.prerm b/debian/python-logilab-astng.prerm index c4cb31f..c426afd 100644 --- a/debian/python-logilab-astng.prerm +++ b/debian/python-logilab-astng.prerm @@ -1,14 +1,6 @@ #! /bin/sh -e # -# remove .pyc and .pyo files -dpkg --listfiles python-logilab-astng | - awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | - xargs rm -f >&2 - - - - #DEBHELPER# exit 0 |