summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/languages/python/obsolete/legacy-debconf/build-spec/debian/debconf-test-preinst.preinst
blob: bf6f0749c5f8904faa335444835f38f9fcdb499a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
set -e

# Obsolete name for the confmodule
. /usr/share/debconf/confmodule.sh

. /usr/share/debconf/confmodule

db_input medium debconf/test

#DEBHELPER#

true