From 80a214b9984bc982573dd477b8600feb7cf5ca14 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 10 Nov 2008 03:58:07 -0500 Subject: [PATCH] Punt the invirt-vnc-client postinst - it's not needed svn path=/trunk/packages/invirt-vnc-client/; revision=1589 --- debian/changelog | 4 +++- debian/invirt-vnc-client.postinst | 42 ------------------------------------- 2 files changed, 3 insertions(+), 43 deletions(-) delete mode 100644 debian/invirt-vnc-client.postinst diff --git a/debian/changelog b/debian/changelog index 1aa04b8..034e97b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ invirt-vnc-client (0.0.7) unstable; urgency=low * Don't alter the original VNC JAR - make a copy instead + * Punt the postinst - it's not necessary, because the init script will + get run - -- Evan Broder Sun, 09 Nov 2008 01:07:48 -0500 + -- Evan Broder Sun, 09 Nov 2008 01:10:07 -0500 invirt-vnc-client (0.0.6) unstable; urgency=low diff --git a/debian/invirt-vnc-client.postinst b/debian/invirt-vnc-client.postinst deleted file mode 100644 index 6fede0c..0000000 --- a/debian/invirt-vnc-client.postinst +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh -# postinst script for #PACKAGE# -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-remove' -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - configure) - invirt-update-vnc-cert || true - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - -- 1.7.9.5