summaryrefslogtreecommitdiff
path: root/debian/python-logilab-astng.prerm
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2006-06-14 19:32:58 +0200
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2006-06-14 19:32:58 +0200
commitb2dffc24250fddb5b0de06495f48820488cd4ac1 (patch)
treef02d6472bb2fe7cdf031c6cb8108bedbb085a0f7 /debian/python-logilab-astng.prerm
parentb265c88e0b2bfec96a5784f104da7d851cf4d576 (diff)
downloadastroid-b2dffc24250fddb5b0de06495f48820488cd4ac1.tar.gz
new python policy
Diffstat (limited to 'debian/python-logilab-astng.prerm')
-rw-r--r--debian/python-logilab-astng.prerm8
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