aboutsummaryrefslogtreecommitdiff
path: root/apks/firefly3/firefly3.post-install
blob: c74ae134075e59efece54b28ae09aec055b93193 (plain)
1
2
3
4
5
6
#!/bin/sh

printf "  *\n  * Add the configration to '/etc/firefly3/env' \n"
printf "  * Without it firefly3 won't run.\n  *\n"

exit 0