Initial
This commit is contained in:
commit
363a876c22
88 changed files with 783 additions and 0 deletions
0
ressources/mautrix-whatsapp/rootfs/DEBIAN/changelog
Normal file
0
ressources/mautrix-whatsapp/rootfs/DEBIAN/changelog
Normal file
1
ressources/mautrix-whatsapp/rootfs/DEBIAN/conffiles
Normal file
1
ressources/mautrix-whatsapp/rootfs/DEBIAN/conffiles
Normal file
|
@ -0,0 +1 @@
|
|||
/etc/mautrix-whatsapp/config.yaml
|
8
ressources/mautrix-whatsapp/rootfs/DEBIAN/control
Normal file
8
ressources/mautrix-whatsapp/rootfs/DEBIAN/control
Normal file
|
@ -0,0 +1,8 @@
|
|||
Package: mautrix-whatsapp
|
||||
Version: %VERSION%
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: libolm3
|
||||
Maintainer: Thomas Legay <thomas@syngate.fr>
|
||||
Description: mautrix-whatsapp bridge
|
4
ressources/mautrix-whatsapp/rootfs/DEBIAN/postinst
Executable file
4
ressources/mautrix-whatsapp/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
id mautrix-whatsapp &> /dev/null || useradd mautrix-whatsapp -r -s /bin/false -md /var/lib/mautrix-whatsapp
|
||||
chown mautrix-whatsapp:mautrix-whatsapp /etc/mautrix-whatsapp/
|
Loading…
Add table
Add a link
Reference in a new issue