r2390 - in zope2.12/trunk/debian (zopeZVER.preinst.in)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Tue Oct 11 05:55:50 UTC 2011


    Date: Tuesday, October 11, 2011 @ 05:55:49
  Author: arnau
Revision: 2390

Remove useless zopeZVER.preinst.in following switch to dh_python2 (fix lintian warning).

Deleted:
  zope2.12/trunk/debian/zopeZVER.preinst.in

Deleted: zope2.12/trunk/debian/zopeZVER.preinst.in
===================================================================
--- zope2.12/trunk/debian/zopeZVER.preinst.in	2011-10-11 05:52:19 UTC (rev 2389)
+++ zope2.12/trunk/debian/zopeZVER.preinst.in	2011-10-11 05:55:49 UTC (rev 2390)
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# summary of how this script can be called:
-#        * <new-preinst> `install'
-#        * <new-preinst> `install' <old-version>
-#        * <new-preinst> `upgrade' <old-version>
-#        * <old-preinst> `abort-upgrade' <new-version>
-
-case "$1" in
-    upgrade)
-    ;;
-
-    install)
-    ;;
-
-    abort-upgrade)
-    ;;
-
-    *)
-        echo "preinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0




More information about the pkg-zope-developers mailing list