[med-svn] [genometools] 01/02: remove unneeded maintainer scripts
Sascha Steinbiss
sascha at steinbiss.name
Tue Mar 15 17:43:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository genometools.
commit c327047409959af8012280b33b653619bfd22d73
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date: Tue Mar 15 17:39:59 2016 +0000
remove unneeded maintainer scripts
postinst/postrm scripts just to do ldconfig are not really necessary
---
debian/libgenometools0.postinst | 37 -------------------------------------
debian/libgenometools0.postrm | 38 --------------------------------------
2 files changed, 75 deletions(-)
diff --git a/debian/libgenometools0.postinst b/debian/libgenometools0.postinst
deleted file mode 100644
index 95d829f..0000000
--- a/debian/libgenometools0.postinst
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-# postinst script for #PACKAGE#
-#
-# 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)
- ldconfig
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/libgenometools0.postrm b/debian/libgenometools0.postrm
deleted file mode 100644
index f47d01f..0000000
--- a/debian/libgenometools0.postrm
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/sh
-# postrm script for #PACKAGE#
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <overwriter>
-# <overwriter-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- ;;
-
- remove)
- ldconfig
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/genometools.git
More information about the debian-med-commit
mailing list