[vdr] 18/21: Dropped old backwards compatibility code from preinst

Tobias Grimm tiber-guest at moszumanska.debian.org
Wed Mar 25 00:19:24 UTC 2015


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

tiber-guest pushed a commit to branch e-tobi
in repository vdr.

commit 6f1cf925ee2c3a24c29e8179139a7961677e9015
Author: etobi <git at e-tobi.net>
Date:   Wed Mar 25 00:12:34 2015 +0100

    Dropped old backwards compatibility code from preinst
---
 debian/vdr.preinst | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/debian/vdr.preinst b/debian/vdr.preinst
deleted file mode 100644
index 2b90fc8..0000000
--- a/debian/vdr.preinst
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Peter Siering <ps at ctmagazin.de>, 10/2/2003
-
-ACTION=$1
-OLDVERS=$2
-
-if dpkg --compare-versions "$OLDVERS" le-nl "1.2.3-1" ; then
-   echo "Updating the installed VDR $OLDVERS is not possible."
-   exit 1
-fi
-
-#DEBHELPER#
-
-# give vdr a chance to seddle down, otherwise the updated
-# version will not find any DVB-device
-sleep 2
-
-exit 0

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



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