diff options
author | Roland Bauerschmidt <rb@debian.org> | 2002-04-08 09:09:12 +0000 |
---|---|---|
committer | Roland Bauerschmidt <rb@debian.org> | 2002-04-08 09:09:12 +0000 |
commit | 5d7ce05d0a3c114c50040a6463c7f9f754efd224 (patch) | |
tree | 12a984d8e4d114a69ceb0a83da8336c72040375d /debian/fuse-python.prerm | |
parent | 7e9f24a7d2a880c03f5c4545d3115d8c3f4bc4ce (diff) | |
download | libfuse-5d7ce05d0a3c114c50040a6463c7f9f754efd224.tar.gz |
Removed python and perl stuff from debian packaging information.
Diffstat (limited to 'debian/fuse-python.prerm')
-rw-r--r-- | debian/fuse-python.prerm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/fuse-python.prerm b/debian/fuse-python.prerm deleted file mode 100644 index c81d33b..0000000 --- a/debian/fuse-python.prerm +++ /dev/null @@ -1,13 +0,0 @@ -#! /bin/sh -e -# -# sample prerm script for Debian python packages. -# Written 1998 by Gregor Hoffleit <flight@debian.org>. -# - -PACKAGE=`basename $0 .prerm` - -dpkg --listfiles $PACKAGE | - awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | - xargs rm -f >&2 - -#DEBHELPER# |