diff options
Diffstat (limited to 'debian/config')
-rwxr-xr-x | debian/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/config b/debian/config new file mode 100755 index 0000000000..9fb6913298 --- /dev/null +++ b/debian/config @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +. /usr/share/debconf/confmodule + +db_input high matrix-synapse/server-name || true +db_input high matrix-synapse/report-stats || true +db_go |