diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:29:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:29:00 +0000 |
commit | c6f2813116ac45f66e50b444806ae334823290bc (patch) | |
tree | 87ad0e482745fa35498b5e253194844eff968d0a /debian/icingaweb2-module-reporting.config | |
parent | Adding upstream version 0.10.0. (diff) | |
download | icingaweb2-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-x | debian/icingaweb2-module-reporting.config | 13 |
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 |