fix: Move packaging files from dist/ to pkg/

This commit is contained in:
Ginger 2025-09-02 12:20:23 -04:00 committed by Jade Ellis
commit 58bbc0e676
13 changed files with 8 additions and 8 deletions

18
dist/debian/config vendored
View file

@ -1,18 +0,0 @@
#!/bin/sh
set -e
# TODO: implement debconf support that is maintainable without duplicating the config
# Source debconf library.
#. /usr/share/debconf/confmodule
#
## Ask for the Matrix homeserver name, address and port.
#db_input high conduwuit/hostname || true
#db_go
#
#db_input low conduwuit/address || true
#db_go
#
#db_input medium conduwuit/port || true
#db_go
exit 0