summarylogtreecommitdiffstats
path: root/simonpi-git.install
blob: e300e5686590988c91821e5a33f14bb529423b9b (plain)
1
2
3
4
5
6
7
post_install() {
	echo "allow rasp-br0" >> /etc/qemu/bridge.conf
}

post_remove() {
	sed -i '/rasp-br0/d' /etc/qemu/bridge.conf
}