From d3893b115da04486db4b23f75176799733152275 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 25 Mar 2013 12:17:58 +0100 Subject: debconf-templates: Add template that queries the school's name to itzks-systems-commons. --- debian/config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 debian/config (limited to 'debian/config') diff --git a/debian/config b/debian/config new file mode 100755 index 0000000..86b608e --- /dev/null +++ b/debian/config @@ -0,0 +1,8 @@ +#!/bin/sh -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +db_input critical itzks-systems-common/customer-name || true +db_go + -- cgit v1.2.3