diff options
Diffstat (limited to 'debian/config')
-rwxr-xr-x | debian/config | 8 |
1 files changed, 8 insertions, 0 deletions
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 + |