summarylogtreecommitdiffstats
path: root/blesh.install
blob: 7c0f309043bdea49df24fe5a3d5649e72ebf1c92 (plain)
1
2
3
4
5
post_install() {
	echo '==> Remember to enable ble.sh in your .bashrc'
	echo '==> (add the following line):'
	echo '[[ $- == *i* ]] && . /usr/share/blesh/ble.sh'
}