Add spectrum2 and biboumi and deps

This commit is contained in:
moparisthebest
2016-11-06 00:52:55 -04:00
parent c1a9c881e0
commit 48040645c9
18 changed files with 634 additions and 0 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
}