From 6c8a66665c0c64572b5461a3050b4215240dab43 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 4 Feb 2009 22:04:12 +0100 Subject: [PATCH] Removed unused file. --- debian/libyaz.postinst | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 debian/libyaz.postinst diff --git a/debian/libyaz.postinst b/debian/libyaz.postinst deleted file mode 100644 index ee8321c..0000000 --- a/debian/libyaz.postinst +++ /dev/null @@ -1,45 +0,0 @@ -#! /bin/sh -# postinst script for tklite -# -# 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 http://www.debian.org/doc/debian-policy/ or -# the debian-policy package -# -# 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'. - -case "$1" in - configure) - ldconfig - exit 0 - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - exit 0 - ;; - - *) - 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# -- 1.7.10.4