post_install() { echo "To finish installation you have to add clickable to your PATH:" echo 'echo "export PATH=\$PATH:\$HOME/clickable" >> ~/.bashrc' echo "Read the new .bashrc file: source ~/.bashrc" echo "Configure docker for clickable: clickable setup-docker" } post_upgrade() { } post_remove() { } # vim: ts=2 sw=2 et: