]> code.citadel.org Git - citadel.git/blobdiff - webcit/debian/citadel-webcit.config
Remove preprocessor tests for OpenSSL. It's a requirement.
[citadel.git] / webcit / debian / citadel-webcit.config
diff --git a/webcit/debian/citadel-webcit.config b/webcit/debian/citadel-webcit.config
deleted file mode 100755 (executable)
index 9b01a75..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-set -e
-
-. /usr/share/debconf/confmodule
-
-if test -n "$2"; then
- if test "`echo $2 | sed -e 's/[.-]//g'`" -lt 127 \
-         -o $1 = reconfigure
- then
-       db_input high citadel/WebcitHttpPort
-       db_input high citadel/WebcitHttpsPort
-       db_input high citadel/WebcitInstallnote
-       db_go
- fi
-fi
-
-
-
-exit 0