diff options
author | LaMont Jones <lamont@debian.org> | 2008-03-22 15:17:44 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2008-03-22 15:26:52 -0600 |
commit | de52b43417bf792983d8fa4368c46a53fbb2c867 (patch) | |
tree | e3fad2f2ff93998ac273039ae8fc0fb6feb63b62 /debian/util-linux.preinst | |
parent | bb488817cbd4133452248a649cabe849109ed07b (diff) | |
download | util-linux-old-de52b43417bf792983d8fa4368c46a53fbb2c867.tar.gz |
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 <lamont@debian.org>
Diffstat (limited to 'debian/util-linux.preinst')
-rw-r--r-- | debian/util-linux.preinst | 15 |
1 files changed, 0 insertions, 15 deletions
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 <<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# |