Swap out biboumi for biboumi-git

This commit is contained in:
moparisthebest
2017-02-02 11:06:32 -05:00
parent d48de2c46d
commit 97fb797b07
5 changed files with 63 additions and 52 deletions

View File

@@ -0,0 +1,13 @@
post_install() {
systemd-sysusers biboumi.conf
install -dm750 -o biboumi -g jabber var/lib/biboumi
install -dm750 -o biboumi -g jabber var/log/biboumi
}
post_upgrade() {
post_install $1
}
post_remove() {
systemd-sysusers biboumi.conf
}