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

build() {
	:
}

post_copy() {
	useradd --system --user-group --no-create-home "dnbd3"
}