[vdr-plugin-epg2vdr] 06/09: Dropped unused postinst/postrm

Tobias Grimm tiber-guest at moszumanska.debian.org
Sun Feb 22 13:10:17 UTC 2015


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

tiber-guest pushed a commit to branch master
in repository vdr-plugin-epg2vdr.

commit 752e58165acaebb0f5c87f0669cf49d6ecf6e547
Author: etobi <git at e-tobi.net>
Date:   Sun Feb 22 12:56:00 2015 +0100

    Dropped unused postinst/postrm
---
 debian/changelog |  1 +
 debian/install   |  1 -
 debian/postinst  | 40 ----------------------------------------
 debian/postrm    | 37 -------------------------------------
 4 files changed, 1 insertion(+), 78 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 518804d..1544a36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ vdr-plugin-epg2vdr (0.1.12.git20150203.1541-1) UNRELEASED; urgency=medium
     - Standards-Version: 3.9.6
     - Build-depend ob vdr-dev >= 2.2.0
     - Updated debian/copyright
+    - Dropped unused postinst/postrm
 
  -- Tobias Grimm <etobi at debian.org>  Sun, 22 Feb 2015 12:42:24 +0100
 
diff --git a/debian/install b/debian/install
index 1586e22..0eb62ae 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1 @@
 debian/plugin.epg2vdr.conf    etc/vdr/plugins/
-
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index 4c4ff8b..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-# postinst script for vdr-plugin-epg2vdr
-#
-# 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
-
diff --git a/debian/postrm b/debian/postrm
deleted file mode 100644
index 1469c9f..0000000
--- a/debian/postrm
+++ /dev/null
@@ -1,37 +0,0 @@
-#! /bin/sh
-# postrm script for vdr-plugin-epg2vdr
-#
-# 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' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-    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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-epg2vdr.git



More information about the pkg-vdr-dvb-changes mailing list