[polyml] 04/10: Remove libpolyml6.postinst

James Clarke jrtc27-guest at moszumanska.debian.org
Sat Oct 17 15:14:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

jrtc27-guest pushed a commit to branch master
in repository polyml.

commit 1c84830c7a023a63662881839851ea028e921ba0
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Thu Oct 15 20:48:31 2015 +0100

    Remove libpolyml6.postinst
    
    The sole purpose of this was to call ldconfig. However, debhelper will
    add a trigger automatically to do so, making this redundant.
---
 debian/libpolyml6.postinst | 41 -----------------------------------------
 1 file changed, 41 deletions(-)

diff --git a/debian/libpolyml6.postinst b/debian/libpolyml6.postinst
deleted file mode 100644
index 3549d77..0000000
--- a/debian/libpolyml6.postinst
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/sh
-# postinst script for polyml
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <postinst> `abort-remove'
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-    configure)
-    ;;
-
-    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
-
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/polyml.git



More information about the debian-science-commits mailing list