From 5d7ce05d0a3c114c50040a6463c7f9f754efd224 Mon Sep 17 00:00:00 2001 From: Roland Bauerschmidt Date: Mon, 8 Apr 2002 09:09:12 +0000 Subject: Removed python and perl stuff from debian packaging information. --- debian/fuse-python.postinst | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 debian/fuse-python.postinst (limited to 'debian/fuse-python.postinst') diff --git a/debian/fuse-python.postinst b/debian/fuse-python.postinst deleted file mode 100644 index 8afbe69..0000000 --- a/debian/fuse-python.postinst +++ /dev/null @@ -1,31 +0,0 @@ -#! /bin/sh -e -# -# postinst script for Debian python packages. -# Written 1998 by Gregor Hoffleit . -# Modified 2001 by Matthias Klose - -PACKAGE=`basename $0 .postinst` -PV=`dpkg --listfiles $PACKAGE | sed -n -e '/^\/usr\/lib\/python.*\//{ - s,/usr/lib/python\([0-9][0-9.]*\)/.*,\1,p - q -}'` -PYTHON=python$PV -DIRLIST="/usr/lib/python$PV/site-packages/extension" - -case "$1" in - configure|abort-upgrade|abort-remove|abort-deconfigure) - for i in $DIRLIST ; do - /usr/bin/$PYTHON -O /usr/lib/python$PV/compileall.py -q $i - /usr/bin/$PYTHON /usr/lib/python$PV/compileall.py -q $i - done - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0 -- cgit v1.2.3