[Python-modules-commits] r15990 - in packages/mahotas/trunk/debian (python-mahotas.preinst)
luispedro-guest at users.alioth.debian.org
luispedro-guest at users.alioth.debian.org
Fri Mar 4 18:57:38 UTC 2011
Date: Friday, March 4, 2011 @ 18:57:33
Author: luispedro-guest
Revision: 15990
ENH Remove unneeded file
Deleted:
packages/mahotas/trunk/debian/python-mahotas.preinst
Deleted: packages/mahotas/trunk/debian/python-mahotas.preinst
===================================================================
--- packages/mahotas/trunk/debian/python-mahotas.preinst 2011-03-04 18:54:58 UTC (rev 15989)
+++ packages/mahotas/trunk/debian/python-mahotas.preinst 2011-03-04 18:57:33 UTC (rev 15990)
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-set -e
-
-# This was added by stdeb to workaround Debian #479852. In a nutshell,
-# pycentral does not remove normally remove its symlinks on an
-# upgrade. Since we're using python-support, however, those symlinks
-# will be broken. This tells python-central to clean up any symlinks.
-if [ -e /var/lib/dpkg/info/python-mahotas.list ] && which pycentral >/dev/null 2>&1
-then
- pycentral pkgremove python-mahotas
-fi
-
-#DEBHELPER#
More information about the Python-modules-commits
mailing list