=== removed file 'debian/mandos-client.config' --- debian/mandos-client.config 2008-09-21 04:22:50 +0000 +++ debian/mandos-client.config 1970-01-01 00:00:00 +0000 @@ -1,27 +0,0 @@ -#! /bin/sh -# -# config Mandos Debconf configuration. -# - -# Source debconf library. -. /usr/share/debconf/confmodule -if ! db_version 2.0; then - echo "mandos.config: need DebConf 2.0 or later" - exit 1 -fi - -set -e -umask 022 - -# Now, interaction. Batch it in case any front ends can use this. -db_beginblock - -# If this is a first time install then prompt -if [ "$1" = "configure" -a "$2" != "" ]; then - db_input high mandos-client/not-yet-configured || true -fi - -db_endblock -db_go || true - -exit 0 === modified file 'debian/mandos-client.postinst' --- debian/mandos-client.postinst 2008-12-10 01:26:02 +0000 +++ debian/mandos-client.postinst 2009-01-06 05:08:37 +0000 @@ -15,8 +15,6 @@ # If prerm fails during replacement due to conflict: # abort-remove in-favour -. /usr/share/debconf/confmodule - # Update the initial RAM file system image update_initramfs() { === removed file 'debian/mandos.config' --- debian/mandos.config 2008-09-21 04:22:50 +0000 +++ debian/mandos.config 1970-01-01 00:00:00 +0000 @@ -1,27 +0,0 @@ -#! /bin/sh -# -# config Mandos Debconf configuration. -# - -# Source debconf library. -. /usr/share/debconf/confmodule -if ! db_version 2.0; then - echo "mandos.config: need DebConf 2.0 or later" - exit 1 -fi - -set -e -umask 022 - -# Now, interaction. Batch it in case any front ends can use this. -db_beginblock - -# If this is a first time install then prompt -if [ "$1" = "configure" -a "$2" != "" ]; then - db_input high mandos/not-yet-configured || true -fi - -db_endblock -db_go || true - -exit 0 === modified file 'debian/mandos.postinst' --- debian/mandos.postinst 2008-12-10 01:26:02 +0000 +++ debian/mandos.postinst 2009-01-06 05:08:37 +0000 @@ -15,8 +15,6 @@ # If prerm fails during replacement due to conflict: # abort-remove in-favour -. /usr/share/debconf/confmodule - case "$1" in configure) # Rename old "mandos" user and group