From e8ae125bbec09d004fed2ff9a8b7a57a0f3cc990 Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Sun, 2 Sep 2001 20:05:59 +0000 Subject: debianization for 0.5.2 CVS patchset: 552 CVS date: 2001/09/02 20:05:59 --- debian/postinst | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 debian/postinst (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 5714dc0f5..000000000 --- a/debian/postinst +++ /dev/null @@ -1,49 +0,0 @@ -#! /bin/sh -# postinst script for xine-lib -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see /usr/share/doc/packaging-manual/ -# -# quoting from the policy: -# Any necessary prompting should almost always be confined to the -# post-installation script, and should be protected with a conditional -# so that unnecessary prompting doesn't happen if a package's -# installation fails and the `postinst' is called with `abort-upgrade', -# `abort-remove' or `abort-deconfigure'. - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - - -case "$1" in - configure) - ldconfig - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - - -exit 0 - - -- cgit v1.2.3