[med-svn] r6886 - trunk/packages/ncbi-blast-plus/trunk/debian
Aaron M. Ucko
ucko at alioth.debian.org
Sun May 29 15:17:22 UTC 2011
Author: ucko
Date: 2011-05-29 15:17:22 +0000 (Sun, 29 May 2011)
New Revision: 6886
Removed:
trunk/packages/ncbi-blast-plus/trunk/debian/postinst
trunk/packages/ncbi-blast-plus/trunk/debian/postrm
Log:
Retire postinst and postrm scripts, obsolete as of r6878.
Deleted: trunk/packages/ncbi-blast-plus/trunk/debian/postinst
===================================================================
--- trunk/packages/ncbi-blast-plus/trunk/debian/postinst 2011-05-29 15:14:32 UTC (rev 6885)
+++ trunk/packages/ncbi-blast-plus/trunk/debian/postinst 2011-05-29 15:17:22 UTC (rev 6886)
@@ -1,48 +0,0 @@
-#!/bin/sh
-# postinst script for blast+
-#
-# 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)
- echo "/usr/lib/ncbi-blast+" > /etc/ld.so.conf.d/ncbi-blast+.conf
- ldconfig
- #grep "BLASTDB" /etc/ncbi/.ncbirc >/dev/null
- #if [ $? -eq 0 ];then
- # echo "/etc/ncbi/.ncbirc already configured"
- #else
- # echo "[BLAST]\n" >> /etc/ncbi/.ncbirc
- # echo "BLASTDB=/var/lib/ncbi-blast+/db\n" >> /etc/ncbi/.ncbirc
- #fi
- ;;
-
- 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
Deleted: trunk/packages/ncbi-blast-plus/trunk/debian/postrm
===================================================================
--- trunk/packages/ncbi-blast-plus/trunk/debian/postrm 2011-05-29 15:14:32 UTC (rev 6885)
+++ trunk/packages/ncbi-blast-plus/trunk/debian/postrm 2011-05-29 15:17:22 UTC (rev 6886)
@@ -1,41 +0,0 @@
-#!/bin/sh
-# postrm script for blast-plus
-#
-# 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
- remove|purge)
- rm /etc/ld.so.conf.d/ncbi-blast+.conf
- ldconfig
- ;;
- upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- ;;
-
- *)
- echo "postrm 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
More information about the debian-med-commit
mailing list