summarylogtreecommitdiffstats
path: root/un-lock-git.install
blob: f49f4ee330a78a5a7e9336c462c148bebbc61186 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	echo "---------------------------------------------------------------"
	echo "If adb fails to connect to the phone, add the current user to the adbusers group"
	echo "sudo gpasswd -aG \$USER adbusers"
	echo "---------------------------------------------------------------"
}

post_upgrade() {
	post_install
}