diff options
Diffstat (limited to 'debian')
-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# |