blob: ac0ab796273dee2b4d202a584e6a3fc8d9c931c7 (
plain)
1
2
3
4
5
|
post_install() {
echo ':: Do not run the beads.py script by itself.'
echo ':: Use the wrapper script installed as `beads`.'
echo ':: This will load all necessary java classes at runtime.'
}
|