summaryrefslogtreecommitdiff
path: root/debian/sendmail.preinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/sendmail.preinst')
-rw-r--r--debian/sendmail.preinst21
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