summaryrefslogtreecommitdiffstats
path: root/debian/icingaweb2-module-reporting.config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:29:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:29:00 +0000
commitc6f2813116ac45f66e50b444806ae334823290bc (patch)
tree87ad0e482745fa35498b5e253194844eff968d0a /debian/icingaweb2-module-reporting.config
parentAdding upstream version 0.10.0. (diff)
downloadicingaweb2-module-reporting-c6f2813116ac45f66e50b444806ae334823290bc.tar.xz
icingaweb2-module-reporting-c6f2813116ac45f66e50b444806ae334823290bc.zip
Adding debian version 0.10.0-2.debian/0.10.0-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/icingaweb2-module-reporting.config')
-rwxr-xr-xdebian/icingaweb2-module-reporting.config13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/icingaweb2-module-reporting.config b/debian/icingaweb2-module-reporting.config
new file mode 100755
index 0000000..ab9fdf4
--- /dev/null
+++ b/debian/icingaweb2-module-reporting.config
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -e
+
+MODULE=icingaweb2-module-reporting
+
+. /usr/share/debconf/confmodule
+
+db_settitle ${MODULE}/title
+db_input low ${MODULE}/enable || true
+db_go
+
+db_stop