From b2dffc24250fddb5b0de06495f48820488cd4ac1 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Wed, 14 Jun 2006 19:32:58 +0200 Subject: new python policy --- debian/python-logilab-astng.prerm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'debian/python-logilab-astng.prerm') 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 -- cgit v1.2.1