summaryrefslogtreecommitdiffstats
path: root/core/modules/dnbd3-proxy-mode/module.build
blob: a2c0bd220eb978e6a391b4c76c9523c5b26aeb84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
fetch_source() {
	:
}

build() {
	:
}

post_copy() {
	add_group "dnbd3"
	USER="dnbd3" GROUP="dnbd3" add_user
}