summarylogtreecommitdiffstats
path: root/ultraleap-hand-tracking.install
blob: 3a407b75792ffc99e2d4fc002786033791b9668f (plain)
1
2
3
4
5
6
7
post_install() {
    ldconfig
	systemctl enable ultraleap-hand-tracking-service --now
	printf "$(tput setaf 2)Ultraleap Hand tracking has been installed.$(tput sgr0)\n"
	printf "Read and accept the Ultraleap EULA before using run the command:\n"
	printf "  * leapctl eula\n"
}