net-im/matrix-synapse: bump to 0.99.3

This commit is contained in:
nemunaire 2019-04-01 15:21:17 +02:00
commit 5aa3c88dd5
3 changed files with 4 additions and 4 deletions

View file

@ -61,5 +61,5 @@ python_install_all() {
pkg_postinst() {
enewgroup synapse
enewuser synapse -1 -1 /var/lib/synapse synapse
enewuser synapse -1 -1 /var/lib/matrix-synapse synapse
}