summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/debhelper/legacy-debconf/build-spec/debian/debconf-test.postinst
diff options
context:
space:
mode:
Diffstat (limited to 't/recipes/checks/debhelper/legacy-debconf/build-spec/debian/debconf-test.postinst')
-rw-r--r--t/recipes/checks/debhelper/legacy-debconf/build-spec/debian/debconf-test.postinst10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/recipes/checks/debhelper/legacy-debconf/build-spec/debian/debconf-test.postinst b/t/recipes/checks/debhelper/legacy-debconf/build-spec/debian/debconf-test.postinst
new file mode 100644
index 0000000..b387037
--- /dev/null
+++ b/t/recipes/checks/debhelper/legacy-debconf/build-spec/debian/debconf-test.postinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+# Not supposed to do this here.
+db_input medium debconf/test
+
+true