summaryrefslogtreecommitdiffstats
path: root/debian/templates/preinst.license.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/templates/preinst.license.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/templates/preinst.license.in b/debian/templates/preinst.license.in
index d0c7e0d..f403d84 100644
--- a/debian/templates/preinst.license.in
+++ b/debian/templates/preinst.license.in
@@ -1,7 +1,3 @@
-#!/bin/sh
-
-set -e
-
. /usr/share/debconf/confmodule
db_version 2.0
db_capb backup
@@ -72,7 +68,3 @@ if [ "$RET" != "true" ]; then
RESULT=$?
[ "$RESULT" = 0 ] || exit $RESULT
fi
-
-#DEBHELPER#
-
-exit 0