summarylogtreecommitdiffstats
path: root/usbimager-git.install
blob: ba85de692d15f2a99d82aed2016dc14298db06ce (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo
	echo "==> In oder to use usbimager you have to be a member of the disk group"
	echo "==> Alternatively, you can try buidling with UDISKS2 support. To add a group run"
	echo "==> sudo gpasswd -a $USER disk"
	echo "==> and re-login"
	echo
}