[med-svn] r14706 - trunk/packages/emboss-explorer/trunk/debian

Charles Plessy plessy at alioth.debian.org
Sun Sep 15 03:29:03 UTC 2013


Author: plessy
Date: 2013-09-15 03:29:02 +0000 (Sun, 15 Sep 2013)
New Revision: 14706

Removed:
   trunk/packages/emboss-explorer/trunk/debian/emboss-explorer.postinst
   trunk/packages/emboss-explorer/trunk/debian/emboss-explorer.postrm
Modified:
   trunk/packages/emboss-explorer/trunk/debian/changelog
Log:
Delete obsolete postinst and postrm files.


Modified: trunk/packages/emboss-explorer/trunk/debian/changelog
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/changelog	2013-09-15 03:11:22 UTC (rev 14705)
+++ trunk/packages/emboss-explorer/trunk/debian/changelog	2013-09-15 03:29:02 UTC (rev 14706)
@@ -25,6 +25,7 @@
     - Updated debian/emboss-explorer.links for new name of configuration file.
     - Override ‘apache2-deprecated-auth-config’ warning (would conflict
       with another file).
+    - Delete obsolete postinst and postrm files.
   * Added keywords to the desktop entry.
   * Correct path for moving ACD.pm and its manual page.
 

Deleted: trunk/packages/emboss-explorer/trunk/debian/emboss-explorer.postinst
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/emboss-explorer.postinst	2013-09-15 03:11:22 UTC (rev 14705)
+++ trunk/packages/emboss-explorer/trunk/debian/emboss-explorer.postinst	2013-09-15 03:29:02 UTC (rev 14706)
@@ -1,50 +0,0 @@
-#!/bin/sh
-# postinst script for emboss-explorer
-#
-# 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)
-        if [ -x /etc/init.d/apache2 ]
-        then
-            if which /usr/sbin/invoke-rc.d >/dev/null 2>&1
-            then
-                invoke-rc.d apache2 reload || true
-            else
-                /etc/init.d/apache2 reload || true
-            fi
-        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/emboss-explorer/trunk/debian/emboss-explorer.postrm
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/emboss-explorer.postrm	2013-09-15 03:11:22 UTC (rev 14705)
+++ trunk/packages/emboss-explorer/trunk/debian/emboss-explorer.postrm	2013-09-15 03:29:02 UTC (rev 14706)
@@ -1,43 +0,0 @@
-#!/bin/sh
-# postrm script for emboss-explorer
-#
-# 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)
-        [ -d "/var/lib/emboss-explorer/output" ] && find /var/lib/emboss-explorer/output -mindepth 1 -maxdepth 1 -exec rm -rf {} \;
-    ;;
-
-    purge|remove|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