summary refs log tree commit diff
path: root/debian/config
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-02-22 15:02:39 +0000
committerGitHub <noreply@github.com>2019-02-22 15:02:39 +0000
commit0969d688e321e0a419e427e728b425fdfcdea8ec (patch)
tree618805c6733860d49a88c137b010c65158943f76 /debian/config
parentAdd prometheus metrics for number of badge update pushes. (#4709) (diff)
downloadsynapse-0969d688e321e0a419e427e728b425fdfcdea8ec.tar.xz
Debian: fix overwriting of config settings on upgrade (#4696)
Make sure that users' changes to the config files are preserved.

Fixes #4440.
Diffstat (limited to 'debian/config')
-rwxr-xr-xdebian/config9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/config b/debian/config
deleted file mode 100755
index 9fb6913298..0000000000
--- a/debian/config
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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