9 lines
110 B
Bash
Executable file
9 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
. /usr/share/debconf/confmodule
|
|
|
|
db_input high sudo-ldap/going-away || true
|
|
db_go || true
|
|
|
|
|