diff options
Diffstat (limited to '')
-rw-r--r-- | debian/config | 12 |
1 files changed, 12 insertions, 0 deletions
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 |