summaryrefslogtreecommitdiffstats
path: root/debian/config
blob: 8305b96c13f1f81d0f12ee9ddb4db275e941144f (plain)
1
2
3
4
5
6
7
8
9
10
11
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