diff options
author | Martin Schulze <joey@infodrom.org> | 2004-09-13 09:07:18 +0200 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:58:43 +0200 |
commit | ae03fe5d926a63cab418207f760d62a947957123 (patch) | |
tree | aa48cfe56ac7c47fb9b0abce4d4689033d3098d6 /debian/sendmail.preinst | |
parent | dd994db23cb7f88732be927fad3a7039bd6301db (diff) | |
download | sendmail-debian/8.12.3-7.1.tar.gz |
Imported Debian patch 8.12.3-7.1debian/8.12.3-7.1
Diffstat (limited to 'debian/sendmail.preinst')
-rw-r--r-- | debian/sendmail.preinst | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/sendmail.preinst b/debian/sendmail.preinst deleted file mode 100644 index 5393c22..0000000 --- a/debian/sendmail.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e -set -e - -case "$1" in - install) - ;; - - upgrade) - ;; - - abort-upgrade) - ;; - - *) - echo "preinst called with unknown argument \`$1'" >&2 - exit 0 - ;; - esac - -#DEBHELPER# -exit 0 |