From: LaMont Jones Date: Sat, 22 Mar 2008 21:17:44 +0000 (-0600) Subject: meta: Drop bashism in preinst. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de52b43417bf792983d8fa4368c46a53fbb2c867;p=util-linux meta: Drop bashism in preinst. 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 --- diff --git a/debian/util-linux.preinst b/debian/util-linux.preinst deleted file mode 100644 index 2df76e6e..00000000 --- a/debian/util-linux.preinst +++ /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 <