[Python-apps-commits] r4659 - in packages/ibid/trunk/debian (postrm)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Thu Feb 4 14:41:28 UTC 2010


    Date: Thursday, February 4, 2010 @ 14:41:27
  Author: stefanor-guest
Revision: 4659

postrm should catch remove, not configure

Modified:
  packages/ibid/trunk/debian/postrm

Modified: packages/ibid/trunk/debian/postrm
===================================================================
--- packages/ibid/trunk/debian/postrm	2010-02-04 14:05:56 UTC (rev 4658)
+++ packages/ibid/trunk/debian/postrm	2010-02-04 14:41:27 UTC (rev 4659)
@@ -5,7 +5,7 @@
 #DEBHELPER#
 
 case "$1" in
-    configure)
+    remove)
         for p in $(pyversions -i); do
             $p -c 'from twisted.plugin import IPlugin, getPlugins; list(getPlugins(IPlugin));' >/dev/null 2>&1 || true
         done




More information about the Python-apps-commits mailing list