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/libhx-dev.postinst | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 debian/libhx-dev.postinst (limited to 'debian/libhx-dev.postinst') 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