From 71bbc054cf282c49dda3dc5e009d602f69b5f91e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:19:28 +0200 Subject: Adding debian version 2.11.2-2. Signed-off-by: Daniel Baumann --- debian/config | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/config (limited to 'debian/config') diff --git a/debian/config b/debian/config new file mode 100644 index 0000000..8305b96 --- /dev/null +++ b/debian/config @@ -0,0 +1,12 @@ +#! /bin/sh +set -e + +# shellcheck disable=SC1091 +. /usr/share/debconf/confmodule +db_version 2.0 + +db_input medium man-db/install-setuid || true +# shellcheck disable=SC2119 +db_go + +exit 0 -- cgit v1.2.3