From 2a52bf963eec3711eac8c9bfaca69abac1a276a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 15:25:50 +0200 Subject: Remove now useless debian/libhx-dev.postinst --- debian/changelog | 1 + debian/libhx-dev.postinst | 40 ---------------------------------------- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 debian/libhx-dev.postinst diff --git a/debian/changelog b/debian/changelog index 9f8e2f3..0f1fd08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ libhx (3.23-1) UNRELEASED; urgency=medium - Remove --with autoreconf from debian/rules. * New README.source to explain the branching model used. * Declare compliance with Debian Policy 4.2.1 (No changes needed). + * Remove now useless debian/libhx-dev.postinst. * debian/control: - Change VCS-* to point to the new repository. - Change Priority extra to optional. diff --git a/debian/libhx-dev.postinst b/debian/libhx-dev.postinst deleted file mode 100644 index 0c6905d..0000000 --- a/debian/libhx-dev.postinst +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh -# postinst script for libhx-dev -# -# 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) - ldconfig - ;; - - 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 -- cgit v1.2.3