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

build() {
	:
}

post_copy() {
	# remove default network configuration
	rm "${MODULE_BUILD_DIR}/etc/libvirt/qemu/networks/default.xml"
	rm "${MODULE_BUILD_DIR}/etc/libvirt/qemu/networks/autostart/default.xml"
}