You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LDAPAccountManager/lam-packaging/debian/config

18 lines
303 B
Bash

#!/bin/bash
set -e
. /usr/share/debconf/confmodule
db_version 2.0 || [ 0 -lt 30 ]
db_input medium "ldap-account-manager/config-webserver" || true
db_go
db_input low "ldap-account-manager/alias" || true
db_go
db_input medium "ldap-account-manager/restart-webserver" || true
db_go
#DEBHELPER#
exit 0