summaryrefslogtreecommitdiffstats
path: root/debian/config
blob: 0a3e99b34eb5fc1b5968af0e13d8a535c549f900 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
set -e

. /usr/share/debconf/confmodule
db_version 2.0

db_input medium man-db/install-setuid || true
db_go

exit 0