diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:20:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:20:19 +0000 |
commit | 2cc6ddf8e42afee3b0b4eb4cee15526372699a7f (patch) | |
tree | 4043c90287c871ac0295c3db4f24bea5169b8284 /debian/icingaweb2-module-generictts.config | |
parent | Adding upstream version 2.1.0. (diff) | |
download | icingaweb2-module-generictts-2cc6ddf8e42afee3b0b4eb4cee15526372699a7f.tar.xz icingaweb2-module-generictts-2cc6ddf8e42afee3b0b4eb4cee15526372699a7f.zip |
Adding debian version 2.1.0-2.debian/2.1.0-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/icingaweb2-module-generictts.config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/icingaweb2-module-generictts.config b/debian/icingaweb2-module-generictts.config new file mode 100755 index 0000000..f0471c5 --- /dev/null +++ b/debian/icingaweb2-module-generictts.config @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +MODULE=icingaweb2-module-generictts + +. /usr/share/debconf/confmodule + +db_settitle ${MODULE}/title +db_input low ${MODULE}/enable || true +db_go + +db_stop |