[Nym3-commit] r369 - trunk/debian

laurent at conuropsis.org laurent at conuropsis.org
Mon Oct 31 18:05:01 CET 2005


Author: laurent
Date: 2005-10-31 18:05:00 +0100 (Mon, 31 Oct 2005)
New Revision: 369

Removed:
   trunk/debian/nym3.postinst.debhelper
   trunk/debian/nym3.prerm.debhelper
Log:
Remove two debian-specific useless files.


Deleted: trunk/debian/nym3.postinst.debhelper
===================================================================
--- trunk/debian/nym3.postinst.debhelper	2005-10-31 17:04:44 UTC (rev 368)
+++ trunk/debian/nym3.postinst.debhelper	2005-10-31 17:05:00 UTC (rev 369)
@@ -1,10 +0,0 @@
-# Automatically added by dh_python
-PYTHON=python2.3
-if which $PYTHON >/dev/null 2>&1 && [ -e /usr/lib/$PYTHON/compileall.py ]; then
-	DIRLIST=" /usr/lib/python2.3/site-packages"
-	for i in $DIRLIST ; do
-		$PYTHON -O /usr/lib/$PYTHON/compileall.py -q $i
-		$PYTHON /usr/lib/$PYTHON/compileall.py -q $i
-	done
-fi
-# End automatically added section

Deleted: trunk/debian/nym3.prerm.debhelper
===================================================================
--- trunk/debian/nym3.prerm.debhelper	2005-10-31 17:04:44 UTC (rev 368)
+++ trunk/debian/nym3.prerm.debhelper	2005-10-31 17:05:00 UTC (rev 369)
@@ -1,5 +0,0 @@
-# Automatically added by dh_python
-dpkg -L nym3 |
-	awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
-	xargs rm -f >&2
-# End automatically added section



More information about the Nym3-commit mailing list