[Python-apps-commits] r7446 - in packages/archmage/trunk/debian (archmage.preinst)

dottedmag at users.alioth.debian.org dottedmag at users.alioth.debian.org
Sun Aug 14 21:25:11 UTC 2011


    Date: Sunday, August 14, 2011 @ 21:25:09
  Author: dottedmag
Revision: 7446

Drop preinst, it was only necessary for pycentral -> pysupport conversion

Deleted:
  packages/archmage/trunk/debian/archmage.preinst

Deleted: packages/archmage/trunk/debian/archmage.preinst
===================================================================
--- packages/archmage/trunk/debian/archmage.preinst	2011-08-14 17:22:01 UTC (rev 7445)
+++ packages/archmage/trunk/debian/archmage.preinst	2011-08-14 21:25:09 UTC (rev 7446)
@@ -1,11 +0,0 @@
-#!/bin/sh
-# TODO: remove this file after releasing Squeeze
-set -e
-if [ "$1" = upgrade ]
-then
-        if dpkg --compare-versions "$2" lt 1:0.2-1; then
-                pycentral pkgremove archmage
-        fi
-fi
-
-#DEBHELPER#




More information about the Python-apps-commits mailing list