blob: ff2ac842148a87659471b19829087a68f6967df0 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
ldconfig
printf "$(tput setaf 2)Ultraleap Hand tracking has been installed.$(tput sgr0)\n"
printf "To start it, you need to use systemd:\n"
printf " * systemctl start ultraleap-hand-tracking-service.service\n"
printf "Once started, you'll have to read and accept the EULA:\n"
printf " * leapctl eula\n"
printf "$(tput setaf 3)The service won't work if you don't accept the EULA$(tput sgr0)\n"
}
|