summarylogtreecommitdiffstats
path: root/lckfb-taishanpi-meta.install
blob: 997638eb561b10d8748974b33df98187cc572a7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
	echo "---------------------------------------------------------------"
	echo ":: tspi-linux-sdk"
	echo "   git clone https://github.com/CmST0us/tspi-linux-sdk.git"
	echo ":: Add yourself to the uucp group to access the serial ports:"
        echo "   sudo gpasswd -aG \$USER uucp"
        echo "   sudo udevadm control --reload-rules"
	echo "   newgrp uucp"
	echo ":: If adb fails to connect to the phone, add the current user to the adbusers group"
	echo "   sudo gpasswd -aG \$USER adbusers"
	echo "   newgrp adbusers"
	echo "---------------------------------------------------------------"
}

post_upgrade() {
	post_install
}