post_install() {
    echo "Configure gitlab-shell in /etc/webapps/gitlab-shell/config.yml"
    echo "Put a secret bytestring to /etc/webapps/gitlab-shell/secret"
}

post_upgrade() {
    echo "If you have previously installed gitlab-shell and now git pull fails on a repo, try changing the shell:"
    echo "usermod -s /usr/share/webapps/gitlab-shell/bin/gitlab-shell-ruby gitlab"
}
