summaryrefslogtreecommitdiffstats
path: root/core/modules/libvirt/module.build
blob: 730af0222aa99af7f3dda05aec2b8179ea721b07 (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 "/etc/libvirt/qemu/networks/default.xml"
	rm "/etc/libvirt/qemu/networks/autostart/default.xml"
}