]> err.no Git - util-linux/commitdiff
meta: Drop bashism in preinst.
authorLaMont Jones <lamont@debian.org>
Sat, 22 Mar 2008 21:17:44 +0000 (15:17 -0600)
committerLaMont Jones <lamont@debian.org>
Sat, 22 Mar 2008 21:26:52 +0000 (15:26 -0600)
There was an ancient check in preinst (making sure predepends support is
present in dpkg), which was bash-specific.  And _so_ not needed any more.

Addresses-Debian-Bug: 472248
Signed-off-by: LaMont Jones <lamont@debian.org>
debian/util-linux.preinst [deleted file]

diff --git a/debian/util-linux.preinst b/debian/util-linux.preinst
deleted file mode 100644 (file)
index 2df76e6..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-set -e
-dpkg --assert-support-predepends ||
-  ( echo -e "\nPlease upgrade to a newer version of dpkg\n"; exit 1 )
-
-#cat <<EOF
-#
-#  The package manager might ask you if you want to install new versions
-#  of the /etc/init.d/whatever files. This is generally a good idea
-#  (so reply with \`\`y'') unless you really changed any of these files.
-#
-#EOF
-
-
-#DEBHELPER#